diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/cdrdao/.footprint.i686 | 15 | ||||
-rw-r--r-- | base/cdrdao/.footprint.x86_64 | 15 | ||||
-rw-r--r-- | base/cdrdao/.md5sum.i686 | 2 | ||||
-rw-r--r-- | base/cdrdao/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | base/cdrdao/Pkgfile | 24 | ||||
-rw-r--r-- | base/cdrdao/cdrdao-1.2.3-stat.patch | 13 |
6 files changed, 0 insertions, 71 deletions
diff --git a/base/cdrdao/.footprint.i686 b/base/cdrdao/.footprint.i686 deleted file mode 100644 index b4ff479c4..000000000 --- a/base/cdrdao/.footprint.i686 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/cdrdao --rwxr-xr-x root/root usr/bin/cue2toc --rwxr-xr-x root/root usr/bin/toc2cddb --rwxr-xr-x root/root usr/bin/toc2cue -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/cdrdao/ --rw-r--r-- root/root usr/share/cdrdao/drivers -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/cdrdao.1.gz --rw-r--r-- root/root usr/share/man/man1/cue2toc.1.gz --rw-r--r-- root/root usr/share/man/man1/toc2cddb.1.gz --rw-r--r-- root/root usr/share/man/man1/toc2cue.1.gz diff --git a/base/cdrdao/.footprint.x86_64 b/base/cdrdao/.footprint.x86_64 deleted file mode 100644 index b4ff479c4..000000000 --- a/base/cdrdao/.footprint.x86_64 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/cdrdao --rwxr-xr-x root/root usr/bin/cue2toc --rwxr-xr-x root/root usr/bin/toc2cddb --rwxr-xr-x root/root usr/bin/toc2cue -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/cdrdao/ --rw-r--r-- root/root usr/share/cdrdao/drivers -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/cdrdao.1.gz --rw-r--r-- root/root usr/share/man/man1/cue2toc.1.gz --rw-r--r-- root/root usr/share/man/man1/toc2cddb.1.gz --rw-r--r-- root/root usr/share/man/man1/toc2cue.1.gz diff --git a/base/cdrdao/.md5sum.i686 b/base/cdrdao/.md5sum.i686 deleted file mode 100644 index 40bcd44b9..000000000 --- a/base/cdrdao/.md5sum.i686 +++ /dev/null @@ -1,2 +0,0 @@ -0fce05542ebad283f36fa1c4d62992a0 cdrdao-1.2.3-stat.patch -8d15ba6280bb7ba2f4d6be31d28b3c0c cdrdao-1.2.3.tar.bz2 diff --git a/base/cdrdao/.md5sum.x86_64 b/base/cdrdao/.md5sum.x86_64 deleted file mode 100644 index 40bcd44b9..000000000 --- a/base/cdrdao/.md5sum.x86_64 +++ /dev/null @@ -1,2 +0,0 @@ -0fce05542ebad283f36fa1c4d62992a0 cdrdao-1.2.3-stat.patch -8d15ba6280bb7ba2f4d6be31d28b3c0c cdrdao-1.2.3.tar.bz2 diff --git a/base/cdrdao/Pkgfile b/base/cdrdao/Pkgfile deleted file mode 100755 index 37e3d06f4..000000000 --- a/base/cdrdao/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Permet la gravure de CD en mode disk-at-once -# URL: http://cdrdao.sourceforge.net -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=cdrdao -version=1.2.3 -release=2 -source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 \ - cdrdao-1.2.3-stat.patch) - -build() { - cd $name-$version - - patch -Np1 -i $SRC/cdrdao-1.2.3-stat.patch - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --without-lame - make - make DESTDIR=$PKG install -} diff --git a/base/cdrdao/cdrdao-1.2.3-stat.patch b/base/cdrdao/cdrdao-1.2.3-stat.patch deleted file mode 100644 index 5a68e7130..000000000 --- a/base/cdrdao/cdrdao-1.2.3-stat.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat cdrdao-1.2.3/dao/ScsiIf-linux.cc ---- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat 2010-01-20 20:11:36.000000000 +0100 -+++ cdrdao-1.2.3/dao/ScsiIf-linux.cc 2010-01-20 20:14:07.000000000 +0100 -@@ -19,6 +19,9 @@ - - #include <config.h> - -+#include <sys/types.h> -+#include <sys/stat.h> -+ - #include <stdio.h> - #include <fcntl.h> - #include <unistd.h> |