void-packages/srcpkgs/libgexiv2/template

35 lines
962 B
Text
Raw Normal View History

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