2011-10-16 00:17:08 +02:00
|
|
|
# Template file for 'libgexiv2'
|
|
|
|
pkgname=libgexiv2
|
2015-03-24 07:33:51 +01:00
|
|
|
version=0.10.3
|
2014-07-03 15:19:20 +02:00
|
|
|
revision=1
|
|
|
|
wrksrc="${pkgname/lib/}-${version}"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2015-03-27 10:50:40 +01:00
|
|
|
hostmakedepends="libtool 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"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-10-16 00:17:08 +02:00
|
|
|
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"
|
2015-03-24 07:33:51 +01:00
|
|
|
checksum=390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988
|
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
|
|
|
|
}
|
|
|
|
}
|