From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/libgexiv2/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 community/libgexiv2/PKGBUILD (limited to 'community/libgexiv2/PKGBUILD') diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD new file mode 100644 index 000000000..69bb7a979 --- /dev/null +++ b/community/libgexiv2/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 87061 2013-03-26 15:12:47Z arodseth $ +# Maintainer: Alexander Rødseth +# Contributor: Ionut Biru + +pkgname=libgexiv2 +pkgver=0.6.1 +pkgrel=1 +pkgdesc='GObject-based wrapper around the Exiv2 library' +arch=('x86_64' 'i686') +url='http://redmine.yorba.org/projects/gexiv2' +license=('GPL2') +depends=('exiv2' 'gobject-introspection') +options=('!libtool') +source=("http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz") +sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --enable-introspection + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf