void-packages/srcpkgs/xbps-mklive/template
Juan RP d337d0f59b xbps-mklive: update to 0.2.0.
* Build the initramfs compressed with lzma.
* Remove initramfs and kernel image from rootfs.

This saves ~25MB in the final ISO image.

--HG--
extra : convert_revision : c3457e54f575622d17d94e0d296a72327ad88159
2010-02-20 05:53:13 +01:00

23 lines
571 B
Plaintext

# Template file for 'xbps-mklive'
pkgname=xbps-mklive
version=0.2.0
build_style=custom-install
short_desc="XBPS Live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b31983b27630b3ef99f68bd8382851a7963542c944b625bdbfd2f2ff301a02d3
long_desc="
$pkgname is a simple shell script to build a bootable live image,
with xbps binary packages."
noextract=yes
noarch=yes
Add_dependency full cdrtools
Add_dependency full squashfs-tools
Add_dependency full syslinux
do_install()
{
install -D -m755 ${FILESDIR}/xbps-mklive.sh \
${DESTDIR}/usr/sbin/xbps-mklive
}