# Template file for 'nrg2iso' pkgname=nrg2iso version=0.4.1 revision=1 build_style=gnu-makefile short_desc="Simple tool to convert from Nero Burning Rom (NRG) to ISO" maintainer="Orphaned " license="GPL-2.0-only" homepage="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html" distfiles="http://gregory.kokanosky.free.fr/v4/linux/${pkgname}-${version}.tar.gz" checksum=3be36a416758fc1910473b49a8dadf2a2aa3d51f1976197336bc174bc1e306e5 do_build() { $CC $CFLAGS $LDFLAGS -o nrg2iso nrg2iso.c } do_install() { vbin nrg2iso }