summaryrefslogtreecommitdiffstats
path: root/cdrdao
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /cdrdao
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'cdrdao')
-rw-r--r--cdrdao/.footprint.i68615
-rw-r--r--cdrdao/.footprint.x86_6415
-rw-r--r--cdrdao/.md5sum.i6862
-rw-r--r--cdrdao/.md5sum.x86_642
-rwxr-xr-xcdrdao/Pkgfile24
-rw-r--r--cdrdao/cdrdao-1.2.3-stat.patch13
6 files changed, 71 insertions, 0 deletions
diff --git a/cdrdao/.footprint.i686 b/cdrdao/.footprint.i686
new file mode 100644
index 000000000..b4ff479c4
--- /dev/null
+++ b/cdrdao/.footprint.i686
@@ -0,0 +1,15 @@
+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/cdrdao/.footprint.x86_64 b/cdrdao/.footprint.x86_64
new file mode 100644
index 000000000..b4ff479c4
--- /dev/null
+++ b/cdrdao/.footprint.x86_64
@@ -0,0 +1,15 @@
+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/cdrdao/.md5sum.i686 b/cdrdao/.md5sum.i686
new file mode 100644
index 000000000..40bcd44b9
--- /dev/null
+++ b/cdrdao/.md5sum.i686
@@ -0,0 +1,2 @@
+0fce05542ebad283f36fa1c4d62992a0 cdrdao-1.2.3-stat.patch
+8d15ba6280bb7ba2f4d6be31d28b3c0c cdrdao-1.2.3.tar.bz2
diff --git a/cdrdao/.md5sum.x86_64 b/cdrdao/.md5sum.x86_64
new file mode 100644
index 000000000..40bcd44b9
--- /dev/null
+++ b/cdrdao/.md5sum.x86_64
@@ -0,0 +1,2 @@
+0fce05542ebad283f36fa1c4d62992a0 cdrdao-1.2.3-stat.patch
+8d15ba6280bb7ba2f4d6be31d28b3c0c cdrdao-1.2.3.tar.bz2
diff --git a/cdrdao/Pkgfile b/cdrdao/Pkgfile
new file mode 100755
index 000000000..37e3d06f4
--- /dev/null
+++ b/cdrdao/Pkgfile
@@ -0,0 +1,24 @@
+# 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/cdrdao/cdrdao-1.2.3-stat.patch b/cdrdao/cdrdao-1.2.3-stat.patch
new file mode 100644
index 000000000..5a68e7130
--- /dev/null
+++ b/cdrdao/cdrdao-1.2.3-stat.patch
@@ -0,0 +1,13 @@
+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>