2011-07-16 23:23:00 +00:00
|
|
|
# Template file for 'vmklive'
|
|
|
|
pkgname=vmklive
|
2012-03-19 10:59:31 +00:00
|
|
|
version=0.8.5
|
2011-07-16 23:23:00 +00:00
|
|
|
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
|
2011-12-21 09:51:49 +00:00
|
|
|
|
2012-02-04 17:11:26 +00:00
|
|
|
Add_dependency full initramfs-tools
|
2012-02-06 10:08:07 +00:00
|
|
|
Add_dependency full xbps-casper ">=0.25.1.236" # autoinstaller support.
|
2011-07-16 23:23:00 +00:00
|
|
|
Add_dependency full cdrtools
|
|
|
|
Add_dependency full squashfs-tools
|
|
|
|
Add_dependency full syslinux
|
|
|
|
|
2011-12-21 09:51:49 +00:00
|
|
|
do_build() {
|
2011-07-16 23:23:00 +00:00
|
|
|
sed "s|@@MKLIVE_VERSION@@|${version}|g" \
|
|
|
|
${FILESDIR}/mklive.sh.in > ${pkgname}.sh
|
|
|
|
}
|
|
|
|
|
2011-12-21 09:51:49 +00:00
|
|
|
do_install() {
|
2011-07-22 07:22:47 +00:00
|
|
|
vinstall ${pkgname}.sh 755 usr/sbin vmklive
|
2011-07-16 23:23:00 +00:00
|
|
|
}
|