mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libiptcdata recipe
This commit is contained in:
59
media-libs/libiptcdata/libiptcdata-1.0.4.recipe
Normal file
59
media-libs/libiptcdata/libiptcdata-1.0.4.recipe
Normal file
@@ -0,0 +1,59 @@
|
||||
SUMMARY="Library for IPTC metadata manipulation"
|
||||
DESCRIPTION="libiptcdata is a library, written in C, for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides routines for parsing, viewing, modifying, and saving this metadata."
|
||||
HOMEPAGE="http://libiptcdata.sourceforge.net/"
|
||||
COPYRIGHT="
|
||||
2005 David Moore
|
||||
"
|
||||
LICENSE="GNU FDL v1.1"
|
||||
SRC_URI="http://prdownloads.sourceforge.net/libiptcdata/libiptcdata-1.0.4.tar.gz?download"
|
||||
CHECKSUM_MD5="af886556ecb129b694f2d365d03d95a8"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
libiptcdata = $portVersion
|
||||
cmd:iptc = $portVersion
|
||||
lib:libiptcdata = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libiptcdata
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$binDir \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
libiptcdata_devel = $portVersion
|
||||
cmd:iptc = $portVersion
|
||||
devel:libiptcdata = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libiptcdata == $portVersion base
|
||||
lib:libroot
|
||||
"
|
||||
Reference in New Issue
Block a user