diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:28:57 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:28:57 +0200 |
commit | 76c5ed342a77ffe28fce4c509b6bf64acc240b7b (patch) | |
tree | f1789fe95cf43c9d3c7d88e19572c792a7cccacd /base | |
parent | 01da6625beb07d5df75d36bcc4f4a1afbcd4d302 (diff) | |
download | nutyx-pakxe-76c5ed342a77ffe28fce4c509b6bf64acc240b7b.tar.gz nutyx-pakxe-76c5ed342a77ffe28fce4c509b6bf64acc240b7b.tar.bz2 nutyx-pakxe-76c5ed342a77ffe28fce4c509b6bf64acc240b7b.tar.xz nutyx-pakxe-76c5ed342a77ffe28fce4c509b6bf64acc240b7b.zip |
dvd-rw-tools dans extra
Diffstat (limited to 'base')
-rw-r--r-- | base/dvd+rw-tools/.footprint.i686 | 11 | ||||
-rw-r--r-- | base/dvd+rw-tools/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | base/dvd+rw-tools/.md5sum.i686 | 2 | ||||
-rw-r--r-- | base/dvd+rw-tools/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | base/dvd+rw-tools/Pkgfile | 29 |
5 files changed, 0 insertions, 55 deletions
diff --git a/base/dvd+rw-tools/.footprint.i686 b/base/dvd+rw-tools/.footprint.i686 deleted file mode 100644 index d59c959bf..000000000 --- a/base/dvd+rw-tools/.footprint.i686 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --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/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/growisofs.1.gz diff --git a/base/dvd+rw-tools/.footprint.x86_64 b/base/dvd+rw-tools/.footprint.x86_64 deleted file mode 100644 index d59c959bf..000000000 --- a/base/dvd+rw-tools/.footprint.x86_64 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --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/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/growisofs.1.gz diff --git a/base/dvd+rw-tools/.md5sum.i686 b/base/dvd+rw-tools/.md5sum.i686 deleted file mode 100644 index 2f2ee35d0..000000000 --- a/base/dvd+rw-tools/.md5sum.i686 +++ /dev/null @@ -1,2 +0,0 @@ -8acb3c885c87f6838704a0025e435871 dvd+rw-tools-7.1.tar.gz -da4850d50d9db5e3d4c278cd2a68d4f2 transport.patch diff --git a/base/dvd+rw-tools/.md5sum.x86_64 b/base/dvd+rw-tools/.md5sum.x86_64 deleted file mode 100644 index 2f2ee35d0..000000000 --- a/base/dvd+rw-tools/.md5sum.x86_64 +++ /dev/null @@ -1,2 +0,0 @@ -8acb3c885c87f6838704a0025e435871 dvd+rw-tools-7.1.tar.gz -da4850d50d9db5e3d4c278cd2a68d4f2 transport.patch diff --git a/base/dvd+rw-tools/Pkgfile b/base/dvd+rw-tools/Pkgfile deleted file mode 100755 index fef5f3a94..000000000 --- a/base/dvd+rw-tools/Pkgfile +++ /dev/null @@ -1,29 +0,0 @@ -# Description: Outils de pour la gravure des DVD+-RW -# URL: http://fy.chalmers.se/~appro/linux/DVD+RW/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=dvd+rw-tools -version=7.1 -release=1 -source=( http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-$version.tar.gz \ - http://nutyx.meticul.eu/files/patchs/$name/transport.patch) - - -build() { - cd $name-$version - patch -Np1 -i ../transport.patch - make - mkdir -p $PKG/usr/bin $PKG/usr/share/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/share/man/man1/ -} |