mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
cdrtools: bump to 3.02a07.
* Move man3 pages to the devel package.
* Do not move lib/siconv to devel; keep it in the base package.
* Use "${portVersion/\~/}" instead of hard coded "3.02a07".
* Use "${portVersion%\~*}" instead of hard coded "3.02".
* Add TEST() with "make tests".
* Update COPYRIGHT.
This commit is contained in:
@@ -16,17 +16,17 @@ optional Rock Ridge attributes
|
||||
HOMEPAGE="http://cdrecord.org/"
|
||||
COPYRIGHT="1995-2016 Joerg Schilling (cdrecord, readcd)
|
||||
1993-2004,2015 Heiko Eissfeldt, 2004-2016 Joerg Schilling (cdda2wav)
|
||||
1993-1997 Eric Youngdale, 1997-2002 James Pearson, 1997-2016 Joerg \
|
||||
Schilling (mkisofs)"
|
||||
1993-1997 Eric Youngdale, 1997-2016 Joerg Schilling, 1997-2002 James \
|
||||
Pearson, 2006 HELIOS Software GmbH (mkisofs)"
|
||||
LICENSE="GNU GPL v2
|
||||
CDDL v1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sf.net/cdrtools/cdrtools-3.02a06.tar.bz2"
|
||||
CHECKSUM_SHA256="ed79ab99414352ea9305163660b52b6a82394466bae03aebdbe2150997835eb1"
|
||||
SOURCE_DIR="cdrtools-3.02"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sf.net/cdrtools/cdrtools-${portVersion/\~/}.tar.bz2"
|
||||
CHECKSUM_SHA256="49c1a67fa7ad3d7c0b05d41d18cb6677b40d4811faba111f0c01145d3ef0491b"
|
||||
SOURCE_DIR="cdrtools-${portVersion%\~*}"
|
||||
PATCHES="
|
||||
cdrtools-3.02-Defaults.haiku.patch
|
||||
cdrtools-3.02-scsi-beos.c.patch
|
||||
cdrtools-${portVersion%\~*}-Defaults.haiku.patch
|
||||
cdrtools-${portVersion%\~*}-scsi-beos.c.patch
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||||
@@ -77,7 +77,7 @@ PROVIDES_devel="
|
||||
devel:libschily = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
cdrtools == $portVersion
|
||||
cdrtools == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -104,7 +104,7 @@ patchInsdir()
|
||||
|
||||
PATCH()
|
||||
{
|
||||
allMakefiles="$(find . -name Makefile\*) $(find . -name \*.mk)"
|
||||
allMakefiles="$(find . -name Makefile\* -o -name \*.mk)"
|
||||
|
||||
patchInsdir bin $relativeBinDir $allMakefiles
|
||||
patchInsdir sbin $relativeBinDir $allMakefiles
|
||||
@@ -149,10 +149,15 @@ INSTALL()
|
||||
# The whole lib folder only contains static libraries (even in several
|
||||
# subdirectories).
|
||||
mkdir -p $developLibDir
|
||||
mv $libDir/* $developLibDir/
|
||||
rmdir $libDir
|
||||
mv $libDir/lib* $libDir/profiled $developLibDir
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
$developDir \
|
||||
$manDir/man3
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make tests
|
||||
}
|
||||
Reference in New Issue
Block a user