2012-06-12 16:54:40 +02:00
|
|
|
# Template file for 'void-mklive'
|
|
|
|
pkgname=void-mklive
|
2013-11-11 09:36:07 +01:00
|
|
|
version=20131111
|
2013-11-11 10:09:51 +01:00
|
|
|
revision=2
|
2013-08-11 12:21:55 +02:00
|
|
|
short_desc="The Void Linux live/rootfs image maker and installer"
|
2012-06-12 16:54:40 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="Simplified BSD"
|
2013-03-11 23:54:23 +01:00
|
|
|
homepage="https://www.voidlinux.eu"
|
2012-07-03 17:26:48 +02:00
|
|
|
|
2013-09-15 08:51:07 +02:00
|
|
|
only_for_archs="i686 x86_64"
|
2013-09-15 08:44:35 +02:00
|
|
|
build_style=gnu-makefile
|
|
|
|
make_install_args="PREFIX=/usr"
|
2013-08-12 10:26:11 +02:00
|
|
|
makedepends="dracut>=027 grub-x86_64-efi squashfs-tools syslinux>=5 dosfstools xorriso xbps>=0.25 parted"
|
2012-11-22 15:17:54 +01:00
|
|
|
|
2012-07-03 17:26:48 +02:00
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/voidlinux/void-mklive"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|
2013-04-14 16:51:01 +02:00
|
|
|
|
|
|
|
void-mklive_package() {
|
|
|
|
noarch="yes"
|
|
|
|
depends="${makedepends}"
|
|
|
|
pkg_install() {
|
2013-04-28 09:42:04 +02:00
|
|
|
vmove all
|
2013-04-14 16:51:01 +02:00
|
|
|
}
|
|
|
|
}
|