void-mklive: revbump for 0.9.9.
This commit is contained in:
parent
eb70810115
commit
94185db3cd
|
@ -1,15 +1,9 @@
|
|||
# Template file for 'void-mklive'
|
||||
pkgname=void-mklive
|
||||
version="$(date -u +%Y%m%d)"
|
||||
revision=1
|
||||
noarch=yes
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_install_args="PREFIX=/usr"
|
||||
depends="dracut>=020_6 squashfs-tools syslinux>=4.05_2 grub-x86_64-efi>=2.00_6 dosfstools xorriso"
|
||||
makedepends="git"
|
||||
replaces="vmklive>=0"
|
||||
short_desc="The Void Linux live image maker"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Simplified BSD"
|
||||
|
@ -19,6 +13,13 @@ long_desc="
|
|||
Void linux distribution. The images contain the void-installer package
|
||||
to be able to install Void linux to storage disks."
|
||||
|
||||
noarch=yes
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
depends="dracut>=020_6 squashfs-tools syslinux>=4.05_2 dosfstools xorriso"
|
||||
makedepends="git"
|
||||
replaces="vmklive>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/voidlinux/void-mklive"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
|
|
Loading…
Reference in New Issue