33 lines
1 KiB
Text
33 lines
1 KiB
Text
# Template file for 'libiptcdata'
|
|
pkgname=libiptcdata
|
|
version=1.0.4
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Library for manipulating the IPTC metadata"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://libiptcdata.sourceforge.net/"
|
|
license="LGPL-2.1"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=79f63b8ce71ee45cefd34efbb66e39a22101443f4060809b8fc29c5eebdcee0e
|
|
long_desc="
|
|
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."
|
|
|
|
libiptcdata-devel_package() {
|
|
depends="${sourcepkg}>=${version}"
|
|
short_desc="${short_desc} -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|
|
|
|
libiptcdata_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|