# Template file for 'vmklive' pkgname=vmklive version=0.6.1 short_desc="Void GNU/Linux live image maker" maintainer="Juan RP " license="Public domain" homepage="http://code.google.com/p/xbps" long_desc=" $pkgname is a simple shell script to build a bootable live image, with xbps binary packages." replaces="xbps-mklive>=0 vanilla-mklive>=0" noextract=yes noarch=yes Add_dependency full cdrtools Add_dependency full squashfs-tools Add_dependency full syslinux Add_dependency full initramfs-tools do_build() { sed "s|@@MKLIVE_VERSION@@|${version}|g" \ ${FILESDIR}/mklive.sh.in > ${pkgname}.sh } do_install() { vinstall ${pkgname}.sh 755 usr/sbin vmklive }