mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
code style.
remove old patches.
This commit is contained in:
@@ -19,30 +19,38 @@ COPYRIGHT="
|
||||
LICENSE="
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
REVISION="5"
|
||||
SOURCE_URI="http://download.dajobe.org/flickcurl/flickcurl-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ff42a36c7c1c7d368246f6bc9b7d792ed298348e5f0f5d432e49f6803562f5a3"
|
||||
REVISION="5"
|
||||
PATCHES="flickcurl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="flickcurl-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
flickcurl$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libflickcurl$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
cmd:flickcurl$secondaryArchSuffix
|
||||
cmd:flickrdf$secondaryArchSuffix
|
||||
lib:libflickcurl$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix # required by libcurl
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix # required by libcurl
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
# required by libcurl and libxml2
|
||||
lib:libz$secondaryArchSuffix
|
||||
# required by libcurl
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix # required by libcurl and libxml2
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
flickcurl${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
cmd:flickcurl_config$secondaryArchSuffix
|
||||
devel:libflickcurl$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
flickcurl$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
@@ -87,14 +95,3 @@ INSTALL()
|
||||
$binDir/flickcurl-config \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
flickcurl${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
cmd:flickcurl_config$secondaryArchSuffix
|
||||
devel:libflickcurl$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
flickcurl$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user