mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Updated cdrtools to 3.00, and moved it from B_APPS_DIRECTORY to B_COMMON_DIRECTORY
This commit is contained in:
16
app-cdr/cdrtools/cdrtools-3.00.bep
Normal file
16
app-cdr/cdrtools/cdrtools-3.00.bep
Normal file
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION="cdrtools - A set of tools for CD/DVD reading and recording, including cdrecord"
|
||||
HOMEPAGE="http://cdrecord.berlios.de"
|
||||
SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-3.00.tar.bz2"
|
||||
CHECKSUM_MD5="f9fbab08fbd458b0d2312976d8c5f558"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd cdrtools-3.00
|
||||
make GMAKE_NOWARN=true
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd cdrtools-3.00
|
||||
make install
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
Package: cdrecord
|
||||
Version: 2.01.01a66
|
||||
Copyright: 1995-2009 J. Schilling
|
||||
Version: 3.00
|
||||
Copyright: 1995-2010 J. Schilling
|
||||
License: CDDL v1
|
||||
URL: http://cdrecord.berlios.de
|
||||
|
||||
Package: mkisofs
|
||||
Version: 2.01.01a66
|
||||
Copyright: 1993-1997 Eric Youngdale, 1997-2009 J. Schilling
|
||||
Version: 3.00
|
||||
Copyright: 1993-1997 Eric Youngdale, 1997-2010 J. Schilling
|
||||
License: GNU GPL v2
|
||||
License: CDDL v1
|
||||
URL: http://cdrecord.berlios.de
|
||||
URL: http://cdrecord.berlios.de
|
||||
|
||||
33
app-cdr/cdrtools/patches/cdrtools-3.00.patch
Normal file
33
app-cdr/cdrtools/patches/cdrtools-3.00.patch
Normal file
@@ -0,0 +1,33 @@
|
||||
diff -urN cdrtools-3.00/DEFAULTS/Defaults.haiku cdrtools-3.00-haiku/DEFAULTS/Defaults.haiku
|
||||
--- cdrtools-3.00/DEFAULTS/Defaults.haiku 2009-07-25 15:36:53.000000000 +0000
|
||||
+++ cdrtools-3.00-haiku/DEFAULTS/Defaults.haiku 2009-10-12 04:53:52.000000000 +0000
|
||||
@@ -1,7 +1,7 @@
|
||||
-#ident "@(#)Defaults.haiku 1.3 09/07/25 "
|
||||
+#ident "@(#)Defaults.beos 1.5 09/06/04 "
|
||||
###########################################################################
|
||||
#
|
||||
-# global definitions for Haiku Systems
|
||||
+# global definitions for BeOS Systems
|
||||
#
|
||||
###########################################################################
|
||||
#
|
||||
@@ -29,16 +29,16 @@
|
||||
CWARNOPTS=
|
||||
|
||||
DEFINCDIRS= $(SRCROOT)/include
|
||||
-LDPATH= -L/opt/schily/lib
|
||||
+LDPATH= -L$(shell finddir B_COMMON_LIB_DIRECTORY)
|
||||
#RUNPATH= -R$(INS_BASE)/lib -R/opt/schily/lib -R$(OLIBSDIR)
|
||||
-RUNPATH= -R$(INS_BASE)/lib -R/opt/schily/lib
|
||||
+RUNPATH= -R$(INS_BASE)/lib
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
# Installation config stuff
|
||||
#
|
||||
###########################################################################
|
||||
-INS_BASE= /boot/opt/schily
|
||||
+INS_BASE= $(shell finddir B_COMMON_DIRECTORY)
|
||||
INS_KBASE= /
|
||||
INS_RBASE= /
|
||||
#
|
||||
Reference in New Issue
Block a user