2011-10-16 00:17:08 +02:00
|
|
|
# Template file for 'libgexiv2'
|
|
|
|
pkgname=libgexiv2
|
2014-07-03 15:19:20 +02:00
|
|
|
version=0.10.0
|
|
|
|
revision=1
|
|
|
|
wrksrc="${pkgname/lib/}-${version}"
|
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"
|
2014-07-03 15:19:20 +02:00
|
|
|
homepage="https://wiki.gnome.org/Projects/gexiv2"
|
|
|
|
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
|
|
|
|
checksum=9c8c97b36a0d4ca6656488b88908e4c94efb0dfc1b0e3e0850e38b90a9a30031
|
2013-04-13 10:15:49 +02:00
|
|
|
|
|
|
|
libgexiv2-devel_package() {
|
2014-02-20 17:39:51 +01:00
|
|
|
depends="libglib-devel exiv2-devel ${sourcepkg}>=${version}_${revision}"
|
2013-11-14 18:02:42 +01:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 10:15:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
2014-07-03 15:19:20 +02:00
|
|
|
vmove usr/lib/*.so
|
2013-04-13 10:15:49 +02:00
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/vala
|
|
|
|
}
|
|
|
|
}
|