2012-06-12 14:54:40 +00:00
|
|
|
# Template file for 'void-mklive'
|
|
|
|
pkgname=void-mklive
|
2013-07-16 05:35:35 +00:00
|
|
|
version=20130716
|
|
|
|
revision=1
|
2012-07-03 15:26:48 +00:00
|
|
|
build_style=gnu-makefile
|
2012-07-06 13:53:30 +00:00
|
|
|
make_install_args="PREFIX=/usr"
|
2012-06-12 14:54:40 +00:00
|
|
|
short_desc="The Void Linux live image maker"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="Simplified BSD"
|
2013-03-11 22:54:23 +00:00
|
|
|
homepage="https://www.voidlinux.eu"
|
2012-07-03 15:26:48 +00:00
|
|
|
|
2012-11-22 14:17:54 +00:00
|
|
|
nofetch=yes
|
|
|
|
noextract=yes
|
2013-07-12 08:37:29 +00:00
|
|
|
makedepends="dracut>=027 grub-x86_64-efi squashfs-tools syslinux>=5 dosfstools xorriso xbps>=0.25"
|
2012-11-22 14:17:54 +00:00
|
|
|
replaces="vmklive>=0"
|
|
|
|
|
2012-07-03 15:26:48 +00: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 14:51:01 +00:00
|
|
|
|
|
|
|
void-mklive_package() {
|
|
|
|
noarch="yes"
|
|
|
|
replaces="vmklive>=0"
|
|
|
|
depends="${makedepends}"
|
|
|
|
pkg_install() {
|
2013-04-28 07:42:04 +00:00
|
|
|
vmove all
|
2013-04-14 14:51:01 +00:00
|
|
|
}
|
|
|
|
}
|