mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Merged in anna_gajdov/libiptcdata104recipe-edited-online-with--1386174984100 (pull request #2)
libiptcdata-1.0.4.recipe edited online with Bitbucket
This commit is contained in:
@@ -4,7 +4,7 @@ HOMEPAGE="http://libiptcdata.sourceforge.net/"
|
||||
COPYRIGHT="
|
||||
2005 David Moore
|
||||
"
|
||||
LICENSE="GNU FDL v1.1"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
SRC_URI="http://prdownloads.sourceforge.net/libiptcdata/libiptcdata-1.0.4.tar.gz?download"
|
||||
CHECKSUM_MD5="af886556ecb129b694f2d365d03d95a8"
|
||||
REVISION="1"
|
||||
@@ -17,19 +17,29 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
lib:libiconv
|
||||
lib:libintl
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
devel:libiconv
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make
|
||||
cmd:libtool
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
automake
|
||||
runConfigure ./configure --disable-gtk-doc --enable-static --enable-shared
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -53,5 +63,4 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libiptcdata == $portVersion base
|
||||
lib:libroot
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user