2011-10-16 00:17:08 +02:00
|
|
|
# Template file for 'libgexiv2'
|
|
|
|
pkgname=libgexiv2
|
2013-03-19 17:26:10 +01:00
|
|
|
version=0.6.0
|
2013-04-13 10:15:49 +02:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-16 11:33:00 +02:00
|
|
|
hostmakedepends="libtool>=2.4.2_7 pkg-config"
|
2013-04-13 10:15:49 +02:00
|
|
|
makedepends="libglib-devel exiv2-devel"
|
2011-10-16 00:17:08 +02:00
|
|
|
short_desc="GObject-based wrapper around the Exiv2 library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
2012-10-10 10:08:37 +02:00
|
|
|
homepage="http://www.exiv2.org"
|
2013-03-19 17:26:10 +01:00
|
|
|
distfiles="http://yorba.org/download/gexiv2/0.6/${pkgname}_${version}.tar.xz"
|
|
|
|
checksum=54ae999042847852168e507cb2ff25c243b8c63b95aad5068bb536044a15f4a4
|
2011-10-16 00:17:08 +02:00
|
|
|
long_desc="
|
|
|
|
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
|
|
|
|
basic features of Exiv2 available to GNOME applications."
|
2013-04-13 10:15:49 +02:00
|
|
|
|
|
|
|
libgexiv2-devel_package() {
|
|
|
|
depends="libglib-devel exiv2-devel libgexiv2-${version}_${revision}"
|
|
|
|
short_desc="${short_desc} - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/vala
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libgexiv2_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|