New package: libiptcdata-1.0.4.

This commit is contained in:
Juan RP 2012-04-05 17:24:58 +02:00
parent e8e1183534
commit a516ff316e
6 changed files with 37 additions and 0 deletions

View File

@ -965,3 +965,4 @@ libwx_gtk2u_plot-2.8.so.0 wxGTK wxGTK-devel
libwx_gtk2u_stc-2.8.so.0 wxGTK wxGTK-devel
libwx_gtk2u_svg-2.8.so.0 wxGTK wxGTK-devel
libkeyutils.so.1 libkeyutils keyutils-devel
libiptcdata.so.0 libiptcdata libiptcdata-devel

1
srcpkgs/libiptcdata-devel Symbolic link
View File

@ -0,0 +1 @@
libiptcdata

View File

@ -0,0 +1,2 @@
abi_depends=">=1.0.4"
api_depends="${abi_depends}"

View File

@ -0,0 +1,14 @@
# Template file for 'libiptcdata-devel'.
#
short_desc="${short_desc} -- development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run ${sourcepkg} ">=${version}"
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/gtk-doc usr/share
}

View File

@ -0,0 +1 @@
libc.so.6

View File

@ -0,0 +1,18 @@
# Template file for 'libiptcdata'
pkgname=libiptcdata
version=1.0.4
homepage="http://libiptcdata.sourceforge.net/"
license="LGPL-2.1"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="Library for manipulating the IPTC metadata"
maintainer="Juan RP <xtraeme@gmail.com>"
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."
subpackages="$pkgname-devel"