wok diff nrg2iso/receipt @ rev 21157

updated libconfig and libconfig-dev again (1.4.8 -> 1.7.2)
author Hans-G?nter Theisgen
date Sat Mar 30 16:34:10 2019 +0100 (2019-03-30)
parents
children d7522d21c4d3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nrg2iso/receipt	Sat Mar 30 16:34:10 2019 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="nrg2iso"
     1.7 +VERSION="0.4"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Convert CD (or DVD) image generated by Nero Burning Rom to ISO format"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"
    1.14 +WGET_URL="http://gregory.kokanosky.free.fr/v4/linux/$TARBALL"
    1.15 +TAGS="CD DVD ISO9660"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	make
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	mkdir -p $fs/usr/bin
    1.27 +	cp $src/nrg2iso $fs/usr/bin
    1.28 +}
    1.29 +