25 lines
779 B
Bash
25 lines
779 B
Bash
# Template file for 'libgexiv2'
|
|
pkgname=libgexiv2
|
|
version=0.10.3
|
|
revision=2
|
|
wrksrc="${pkgname/lib/}-${version}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="libtool pkg-config"
|
|
makedepends="libglib-devel exiv2-devel"
|
|
short_desc="GObject-based wrapper around the Exiv2 library"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="https://wiki.gnome.org/Projects/gexiv2"
|
|
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
|
|
checksum=390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988
|
|
|
|
libgexiv2-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/vala
|
|
}
|
|
}
|