nrg2iso: update to 0.4.1
This commit is contained in:
parent
998eedb8a5
commit
8f4b810a36
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'nrg2iso'
|
# Template file for 'nrg2iso'
|
||||||
pkgname=nrg2iso
|
pkgname=nrg2iso
|
||||||
version=0.4
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Simple tool to convert from Nero Burning Rom (NRG) to ISO"
|
short_desc="Simple tool to convert from Nero Burning Rom (NRG) to ISO"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"
|
homepage="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"
|
||||||
distfiles="http://gregory.kokanosky.free.fr/v4/linux/${pkgname}-${version}.tar.gz"
|
distfiles="http://gregory.kokanosky.free.fr/v4/linux/${pkgname}-${version}.tar.gz"
|
||||||
checksum="25049d864680ec12bbe31b20597ce8c1ba3a4fe7a7f11e25742b83e2fda94aa3"
|
checksum=3be36a416758fc1910473b49a8dadf2a2aa3d51f1976197336bc174bc1e306e5
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
$CC $CFLAGS $LDFLAGS -o nrg2iso nrg2iso.c
|
$CC $CFLAGS $LDFLAGS -o nrg2iso nrg2iso.c
|
||||||
|
|
Loading…
Reference in New Issue