mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
gd: fix gdlib-config/devel package
* move gdlib-config to the devel package * all libraries listed by gdlib-config added as requirements to the devel package
This commit is contained in:
@@ -7,7 +7,7 @@ SOURCE_DIR="libgd-$portVersion"
|
||||
CHECKSUM_SHA256="9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285"
|
||||
COPYRIGHT="1999-2015 Pierre-Alain Joye"
|
||||
LICENSE="Libgd"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -21,7 +21,6 @@ PROVIDES="
|
||||
cmd:gd2togif$secondaryArchSuffix
|
||||
cmd:gd2topng$secondaryArchSuffix
|
||||
cmd:gdcmpgif$secondaryArchSuffix
|
||||
cmd:gdlib_config$secondaryArchSuffix
|
||||
cmd:gdparttopng$secondaryArchSuffix
|
||||
cmd:gdtopng$secondaryArchSuffix
|
||||
cmd:giftogd2$secondaryArchSuffix
|
||||
@@ -46,10 +45,19 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
gd${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgd$secondaryArchSuffix = $portVersion
|
||||
cmd:gdlib_config$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
gd$secondaryArchSuffix == $portVersion base
|
||||
devel:libfontconfig$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libvpx$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
@@ -67,8 +75,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:autoconf
|
||||
cmd:aclocal
|
||||
cmd:gettextize$secondaryArchSuffix
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:gettextize$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
@@ -90,5 +98,6 @@ INSTALL()
|
||||
prepareInstalledDevelLibs \
|
||||
libgd
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
$developDir \
|
||||
$binDir/gdlib-config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user