forked from ports/contrib
cdrdao: dropped port
This commit is contained in:
parent
ab4564638e
commit
1d48af9299
@ -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/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cdrdao.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/cue2toc.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/toc2cddb.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/toc2cue.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/cdrdao/
|
||||
-rw-r--r-- root/root usr/share/cdrdao/drivers
|
@ -1,2 +0,0 @@
|
||||
0fce05542ebad283f36fa1c4d62992a0 cdrdao-1.2.3-stat.patch
|
||||
8d15ba6280bb7ba2f4d6be31d28b3c0c cdrdao-1.2.3.tar.bz2
|
@ -1,6 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3w5G8sqU2BbFBy8GuFCQimc9XqD9RIj5vm+cXSxlnV0gJ4FttFJB/ffWmeGncLpXiijkYlPLOJ0PTtA8gh32nAs=
|
||||
SHA256 (Pkgfile) = c8004947806c41082747c719a9e4a6d22a424d6a6a733819848247328e77de5c
|
||||
SHA256 (.footprint) = 591f396a5c82a62b3ec80829954275ad56f909455792cc560f2ac605bd5f1ea5
|
||||
SHA256 (cdrdao-1.2.3.tar.bz2) = 8193cb8fa6998ac362c55807e89ad0b3c63edc6b01afaeb3d5042519527fb75e
|
||||
SHA256 (cdrdao-1.2.3-stat.patch) = ca89b7c56a376d5a9574c5757f0d372236a895334f81867ff5e1703806565bbc
|
@ -1,23 +0,0 @@
|
||||
# Description: CD recording in DAO mode, for example VCDs.
|
||||
# URL: http://cdrdao.sourceforge.net/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Michael Ablassmeier, michael dot ablassmeier at holzkirchen dot by dot aok dot de
|
||||
|
||||
name=cdrdao
|
||||
version=1.2.3
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2
|
||||
cdrdao-1.2.3-stat.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
patch -p1 -i $SRC/cdrdao-1.2.3-stat.patch
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--without-lame
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user