20 lines
556 B
Bash
20 lines
556 B
Bash
# 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
|
|
}
|