20 lines
685 B
Text
20 lines
685 B
Text
# Template file for 'libgexiv2'
|
|
pkgname=libgexiv2
|
|
version=0.4.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
subpackages="${pkgname}-devel"
|
|
makedepends="libtool pkg-config glib-devel exiv2-devel"
|
|
short_desc="GObject-based wrapper around the Exiv2 library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.exiv2.org"
|
|
distfiles="http://yorba.org/download/gexiv2/0.4/${pkgname}-${version}.tar.bz2"
|
|
checksum=c51e8bae7e53866b474b51e4eef19b98385fbeaf2edac2aefd7d24ed3f7d9d6e
|
|
long_desc="
|
|
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
|
|
basic features of Exiv2 available to GNOME applications."
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/lib/*.a
|
|
}
|