mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
code style.
remove old patches.
This commit is contained in:
@@ -17,15 +17,16 @@ COPYRIGHT="
|
||||
2007-2009 Antony Dovgal et al.
|
||||
"
|
||||
LICENSE="Zlib"
|
||||
SOURCE_URI="https://github.com/libharu/libharu/archive/RELEASE_2_3_0.tar.gz"
|
||||
SOURCE_FILENAME="libharu-2.3.0.tar.gz"
|
||||
CHECKSUM_SHA256="8f9e68cc5d5f7d53d1bc61a1ed876add1faf4f91070dbc360d8b259f46d9a4d2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/libharu/libharu/archive/RELEASE_2_3_0.tar.gz"
|
||||
CHECKSUM_SHA256="8f9e68cc5d5f7d53d1bc61a1ed876add1faf4f91070dbc360d8b259f46d9a4d2"
|
||||
SOURCE_FILENAME="libharu-2.3.0.tar.gz"
|
||||
SOURCE_DIR="libharu-RELEASE_2_3_0"
|
||||
PATCHES="libharu-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="libharu-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
libharu$secondaryArchSuffix = $portVersion compat >= 2
|
||||
lib:libhpdf$secondaryArchSuffix = 2.3.0 compat >= 2
|
||||
@@ -35,6 +36,15 @@ REQUIRES="
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libharu${secondaryArchSuffix}_devel = $portVersion compat >= 2
|
||||
devel:libhpdf$secondaryArchSuffix = 2.3.0 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libharu$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libpng$secondaryArchSuffix
|
||||
@@ -47,8 +57,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="libharu-RELEASE_2_3_0"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rm -rf build
|
||||
@@ -73,13 +81,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libharu${secondaryArchSuffix}_devel = $portVersion compat >= 2
|
||||
devel:libhpdf$secondaryArchSuffix = 2.3.0 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libharu$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user