r694 - crux-2.1/ports/opt/dvd+rw-tools
Author: sten Date: 2006-02-08 10:37:09 +0100 (Wed, 08 Feb 2006) New Revision: 694 Modified: crux-2.1/ports/opt/dvd+rw-tools/.footprint crux-2.1/ports/opt/dvd+rw-tools/.md5sum crux-2.1/ports/opt/dvd+rw-tools/Pkgfile Log: dvd+rw-tools: update to 6.1 Modified: crux-2.1/ports/opt/dvd+rw-tools/.footprint =================================================================== --- crux-2.1/ports/opt/dvd+rw-tools/.footprint 2006-02-07 17:15:29 UTC (rev 693) +++ crux-2.1/ports/opt/dvd+rw-tools/.footprint 2006-02-08 09:37:09 UTC (rev 694) @@ -3,6 +3,7 @@ -rwxr-xr-x root/root usr/bin/dvd+rw-booktype -rwxr-xr-x root/root usr/bin/dvd+rw-format -rwxr-xr-x root/root usr/bin/dvd+rw-mediainfo +-rwxr-xr-x root/root usr/bin/dvd-ram-control -rwxr-xr-x root/root usr/bin/growisofs drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ Modified: crux-2.1/ports/opt/dvd+rw-tools/.md5sum =================================================================== --- crux-2.1/ports/opt/dvd+rw-tools/.md5sum 2006-02-07 17:15:29 UTC (rev 693) +++ crux-2.1/ports/opt/dvd+rw-tools/.md5sum 2006-02-08 09:37:09 UTC (rev 694) @@ -1 +1 @@ -b931c02e2b23342f664276ef26d1502c dvd+rw-tools-5.21.4.10.8.tar.gz +d6bad594e55a2e0d7cf76ce452fce399 dvd+rw-tools-6.1.tar.gz Modified: crux-2.1/ports/opt/dvd+rw-tools/Pkgfile =================================================================== --- crux-2.1/ports/opt/dvd+rw-tools/Pkgfile 2006-02-07 17:15:29 UTC (rev 693) +++ crux-2.1/ports/opt/dvd+rw-tools/Pkgfile 2006-02-08 09:37:09 UTC (rev 694) @@ -1,20 +1,21 @@ # Description: Tools to write DVDs # URL: http://fy.chalmers.se/~appro/linux/DVD+RW/ # Maintainer: sten, nick dot steeves at shaw dot ca -# Packager: Martin Opel, mo at obbl-net dot de +# Packager: # Depends on: cdrtools name=dvd+rw-tools -version=5.21.4.10.8 +version=6.1 release=1 source=(http://fy.chalmers.se/~appro/linux/DVD+RW/tools/$name-$version.tar.gz) build() { - cd $name-$version - make - mkdir -p $PKG/usr/bin $PKG/usr/man/man1 - for binary in dvd+rw-booktype dvd+rw-format dvd+rw-mediainfo growisofs; do - install -m 755 $binary $PKG/usr/bin/ - done - install -m 644 growisofs.1 $PKG/usr/man/man1/ + cd $name-$version + make + mkdir -p $PKG/usr/bin $PKG/usr/man/man1 + for exec in dvd+rw-booktype dvd+rw-format dvd+rw-mediainfo dvd-ram-control\ + growisofs; do + install -m 755 $exec $PKG/usr/bin/ + done + install -m 644 growisofs.1 $PKG/usr/man/man1/ }
participants (1)
-
crux@crux.nu