wok-next rev 20160

cdrkit: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 17:19:39 2017 +0100 (2017-11-01)
parents 2e9c640c058b
children a4aa43fbd3eb
files cdrkit-audio/receipt cdrkit-isoinfo/receipt cdrkit/receipt readom/receipt
line diff
     1.1 --- a/cdrkit-audio/receipt	Wed Nov 01 17:04:22 2017 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,23 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="cdrkit-audio"
     1.7 -VERSION="1.1.11"
     1.8 -CATEGORY="multimedia"
     1.9 -SHORT_DESC="Icedax, cdda2ogg and other tools for extracting audio files."
    1.10 -MAINTAINER="pankso@slitaz.org"
    1.11 -LICENSE="GPL2"
    1.12 -WEB_SITE="http://www.cdrkit.org/"
    1.13 -
    1.14 -WANTED="cdrkit"
    1.15 -
    1.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 -genpkg_rules()
    1.18 -{
    1.19 -	mkdir -p $fs/usr/bin
    1.20 -	cp -a $install/usr/bin/cdda* $fs/usr/bin
    1.21 -	cp $install/usr/bin/icedax $fs/usr/bin
    1.22 -	cp $install/usr/bin/pitchplay $fs/usr/bin
    1.23 -	# Make symlinks for cdrtools compatibility
    1.24 -	cd $fs/usr/bin
    1.25 -	ln -s icedax cdda2wav 
    1.26 -}
     2.1 --- a/cdrkit-isoinfo/receipt	Wed Nov 01 17:04:22 2017 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,18 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="cdrkit-isoinfo"
     2.7 -VERSION="1.1.11"
     2.8 -CATEGORY="multimedia"
     2.9 -SHORT_DESC="Isoinfo Utility programs for iso9660 images"
    2.10 -MAINTAINER="jozee@slitaz.org"
    2.11 -LICENSE="GPL2"
    2.12 -WEB_SITE="http://www.cdrkit.org/"
    2.13 -
    2.14 -WANTED="cdrkit"
    2.15 -
    2.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.17 -genpkg_rules()
    2.18 -{
    2.19 -	mkdir -p $fs/usr/bin
    2.20 -	cp -a $install/usr/bin/isoinfo $fs/usr/bin	
    2.21 -}
     3.1 --- a/cdrkit/receipt	Wed Nov 01 17:04:22 2017 +0100
     3.2 +++ b/cdrkit/receipt	Wed Nov 01 17:19:39 2017 +0100
     3.3 @@ -1,4 +1,4 @@
     3.4 -# SliTaz package receipt.
     3.5 +# SliTaz package receipt v2.
     3.6  
     3.7  PACKAGE="cdrkit"
     3.8  VERSION="1.1.11"
     3.9 @@ -12,9 +12,8 @@
    3.10  WGET_URL="http://cdrkit.org/releases/$TARBALL"
    3.11  EXTRA_SOURCE_FILES="cdrkit-1.1.9-efi-boot.patch"
    3.12  
    3.13 -DEPENDS="libcap zlib bzlib attr"
    3.14  BUILD_DEPENDS="cmake libcap-dev zlib-dev bzip2-dev attr-dev"
    3.15 -SPLIT="cdrkit-audio cdrkit-isoinfo"
    3.16 +SPLIT="cdrkit cdrkit-audio cdrkit-isoinfo readom"
    3.17  
    3.18  # Rules to configure and make the package.
    3.19  compile_rules()
    3.20 @@ -30,12 +29,41 @@
    3.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.22  genpkg_rules()
    3.23  {
    3.24 -	mkdir -p $fs/usr/bin
    3.25 -	cp $install/usr/bin/genisoimage $fs/usr/bin
    3.26 -	cp $install/usr/bin/wodim $fs/usr/bin	
    3.27 -	# Make symlinks for cdrtools compatibility
    3.28 -	cd $fs/usr/bin
    3.29 -	ln -s wodim cdrecord
    3.30 -	ln -s genisoimage mkisofs
    3.31 -	ln -s genisoimage mkhybrid
    3.32 +	case $PACKAGE in
    3.33 +	cdrkit)
    3.34 +		DEPENDS="libcap zlib bzlib attr"
    3.35 +		mkdir -p $fs/usr/bin
    3.36 +		cp $install/usr/bin/genisoimage $fs/usr/bin
    3.37 +		cp $install/usr/bin/wodim $fs/usr/bin	
    3.38 +		# Make symlinks for cdrtools compatibility
    3.39 +		cd $fs/usr/bin
    3.40 +		ln -s wodim cdrecord
    3.41 +		ln -s genisoimage mkisofs
    3.42 +		ln -s genisoimage mkhybrid
    3.43 +		;;
    3.44 +	cdrkit-audio)
    3.45 +		CAT="multimedia|Icedax, cdda2ogg and other tools for extracting audio files."
    3.46 +		mkdir -p $fs/usr/bin
    3.47 +		cp -a $install/usr/bin/cdda* $fs/usr/bin
    3.48 +		cp $install/usr/bin/icedax $fs/usr/bin
    3.49 +		cp $install/usr/bin/pitchplay $fs/usr/bin
    3.50 +		# Make symlinks for cdrtools compatibility
    3.51 +		cd $fs/usr/bin
    3.52 +		ln -s icedax cdda2wav 
    3.53 +		;;
    3.54 +	cdrkit-isoinfo)
    3.55 +		CAT="multimedia|Isoinfo Utility programs for iso9660 images"
    3.56 +		mkdir -p $fs/usr/bin
    3.57 +		cp -a $install/usr/bin/isoinfo $fs/usr/bin	
    3.58 +		;;
    3.59 +	readom)
    3.60 +		CAT="utilities|readom as readcd for use with graveman"
    3.61 +		mkdir -p $fs/usr/bin
    3.62 +		cp $install/usr/bin/readom $fs/usr/bin
    3.63 +
    3.64 +		# Make symlinks for cdrtools compatibility
    3.65 +		cd $fs/usr/bin
    3.66 +		ln -s readom readcd
    3.67 +		;;
    3.68 +	esac
    3.69  }
     4.1 --- a/readom/receipt	Wed Nov 01 17:04:22 2017 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,21 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="readom"
     4.7 -VERSION="1.1.11"
     4.8 -CATEGORY="utilities"
     4.9 -SHORT_DESC="readom as readcd for use with graveman"
    4.10 -MAINTAINER="allan316@gmail.com"
    4.11 -LICENSE="GPL2"
    4.12 -WEB_SITE="http://www.cdrkit.org/"
    4.13 -WANTED="cdrkit"
    4.14 -
    4.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.16 -genpkg_rules()
    4.17 -{
    4.18 -	mkdir -p $fs/usr/bin
    4.19 -	cp $install/usr/bin/readom $fs/usr/bin
    4.20 -
    4.21 -	# Make symlinks for cdrtools compatibility
    4.22 -	cd $fs/usr/bin
    4.23 -	ln -s readom readcd
    4.24 -}