wok rev 20695

Add cddetect & nrg2iso
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 05 12:16:45 2019 +0100 (2019-02-05)
parents 834e153416f0
children 082d1f527a7c
files cddetect/receipt nrg2iso/receipt slitaz-boot-scripts/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cddetect/receipt	Tue Feb 05 12:16:45 2019 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="cddetect"
     1.7 +VERSION="2.1"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Tries to detect the type of a CD/DVD without mounting it"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.bellut.net/projects.html#cddetect"
    1.14 +WGET_URL="http://www.bellut.net/files/$TARBALL"
    1.15 +TAGS="CD DVD"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	#sed -i 's|-Wall|& -Wno-pointer-sign|' Makefile
    1.21 +	sed -i 's/<stdio.h>/&\n#include <limits.h>/' cddetect.c
    1.22 +	make
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/bin
    1.29 +	cp  $src/cddetect $fs/usr/bin
    1.30 +}
    1.31 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/nrg2iso/receipt	Tue Feb 05 12:16:45 2019 +0100
     2.3 @@ -0,0 +1,26 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="nrg2iso"
     2.7 +VERSION="0.4"
     2.8 +CATEGORY="system-tools"
     2.9 +SHORT_DESC="Convert CD (or DVD) image generated by Nero Burning Rom to ISO format"
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +LICENSE="GPL2"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 +WEB_SITE="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"
    2.14 +WGET_URL="http://gregory.kokanosky.free.fr/v4/linux/$TARBALL"
    2.15 +TAGS="CD DVD ISO9660"
    2.16 +
    2.17 +# Rules to configure and make the package.
    2.18 +compile_rules()
    2.19 +{
    2.20 +	make
    2.21 +}
    2.22 +
    2.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.24 +genpkg_rules()
    2.25 +{
    2.26 +	mkdir -p $fs/usr/bin
    2.27 +	cp $src/nrg2iso $fs/usr/bin
    2.28 +}
    2.29 +
     3.1 --- a/slitaz-boot-scripts/receipt	Mon Feb 04 01:44:39 2019 -0500
     3.2 +++ b/slitaz-boot-scripts/receipt	Tue Feb 05 12:16:45 2019 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="slitaz-boot-scripts"
     3.7 -VERSION="451"
     3.8 +VERSION="453"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="Provide all the initialisation scripts used at boot time."
    3.11  MAINTAINER="pankso@slitaz.org"