mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
74 lines
1.5 KiB
Plaintext
74 lines
1.5 KiB
Plaintext
DESCRIPTION="giflib - A library for processing GIFs"
|
|
SUMMARY="
|
|
giflib - A library for processing GIFs.
|
|
"
|
|
HOMEPAGE="http://sourceforge.net/projects/giflib/"
|
|
SRC_URI="http://sourceforge.net/projects/giflib/files/giflib-5.x/giflib-5.0.5.tar.bz2/download"
|
|
CHECKSUM_MD5="c3262ba0a3dad31ba876fb5ba1d71a02"
|
|
LICENSE="MIT"
|
|
COPYRIGHT="1997-2007 Eric S. Raymond and Toshio Kuratomi"
|
|
REVISION="2"
|
|
|
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|
|
|
PROVIDES="
|
|
giflib$secondaryArchSuffix = $portVersion
|
|
lib:libgif$secondaryArchSuffix = 6.0.1 compat >= 6
|
|
cmd:gif2raw$secondaryArchSuffix
|
|
cmd:gif2rgb$secondaryArchSuffix
|
|
cmd:gifbuild$secondaryArchSuffix
|
|
cmd:gifclrmp$secondaryArchSuffix
|
|
cmd:gifecho$secondaryArchSuffix
|
|
cmd:giffix$secondaryArchSuffix
|
|
cmd:gifinto$secondaryArchSuffix
|
|
cmd:giftext$secondaryArchSuffix
|
|
cmd:giftool$secondaryArchSuffix
|
|
"
|
|
|
|
REQUIRES="
|
|
haiku$secondaryArchSuffix >= $haikuVersion
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
|
"
|
|
|
|
BUILD_PREREQUIRES="
|
|
cmd:gcc$secondaryArchSuffix
|
|
cmd:ld$secondaryArchSuffix
|
|
cmd:libtool
|
|
cmd:aclocal
|
|
cmd:autoconf
|
|
cmd:make
|
|
"
|
|
|
|
PATCHES="giflib-5.0.5.patch"
|
|
|
|
BUILD()
|
|
{
|
|
runConfigure ./configure
|
|
make $jobArgs
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install
|
|
|
|
prepareInstalledDevelLibs libgif
|
|
fixPkgconfig
|
|
|
|
# devel package
|
|
packageEntries devel \
|
|
$developDir
|
|
}
|
|
|
|
PROVIDES_devel="
|
|
giflib${secondaryArchSuffix}_devel = $portVersion compat >= 5
|
|
devel:libgif$secondaryArchSuffix = 6.0.1 compat >= 6
|
|
"
|
|
|
|
REQUIRES_devel="
|
|
giflib$secondaryArchSuffix == $portVersion base
|
|
"
|