mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: nrg2iso-0.4
This commit is contained in:
parent
ac2cf29259
commit
5b6760d42c
1 changed files with 19 additions and 0 deletions
19
srcpkgs/nrg2iso/template
Normal file
19
srcpkgs/nrg2iso/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'nrg2iso'
|
||||||
|
pkgname=nrg2iso
|
||||||
|
version=0.4
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Simple tool to convert from Nero Burning Rom (NRG) to ISO"
|
||||||
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"
|
||||||
|
distfiles="http://gregory.kokanosky.free.fr/v4/linux/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum="25049d864680ec12bbe31b20597ce8c1ba3a4fe7a7f11e25742b83e2fda94aa3"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
$CC $CFLAGS $LDFLAGS -o nrg2iso nrg2iso.c
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin nrg2iso
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue