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