22 lines
644 B
Bash
22 lines
644 B
Bash
# Template file for 'libiptcdata'
|
|
pkgname=libiptcdata
|
|
version=1.0.4
|
|
revision=4
|
|
build_style=gnu-configure
|
|
short_desc="Library for manipulating the IPTC metadata"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
homepage="http://libiptcdata.sourceforge.net/"
|
|
license="LGPL-2.1"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=79f63b8ce71ee45cefd34efbb66e39a22101443f4060809b8fc29c5eebdcee0e
|
|
|
|
libiptcdata-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|