void-packages/srcpkgs/vmklive/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

30 lines
683 B
Plaintext

# Template file for 'vmklive'
pkgname=vmklive
version=0.6.1
short_desc="Void GNU/Linux live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"
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
}