2012-06-12 16:54:40 +02:00
|
|
|
# Template file for 'void-mklive'
|
|
|
|
pkgname=void-mklive
|
2013-08-23 11:15:09 +02:00
|
|
|
version=20130823
|
|
|
|
revision=1
|
2012-07-03 17:26:48 +02:00
|
|
|
build_style=gnu-makefile
|
2012-07-06 15:53:30 +02:00
|
|
|
make_install_args="PREFIX=/usr"
|
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
|
|
|
|
2012-11-22 15:17:54 +01:00
|
|
|
nofetch=yes
|
|
|
|
noextract=yes
|
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
|
|
|
replaces="vmklive>=0"
|
|
|
|
|
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"
|
|
|
|
replaces="vmklive>=0"
|
|
|
|
depends="${makedepends}"
|
|
|
|
pkg_install() {
|
2013-04-28 09:42:04 +02:00
|
|
|
vmove all
|
2013-04-14 16:51:01 +02:00
|
|
|
}
|
|
|
|
}
|