summaryrefslogtreecommitdiff
path: root/community/libiptcdata/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libiptcdata/PKGBUILD')
-rw-r--r--community/libiptcdata/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/libiptcdata/PKGBUILD b/community/libiptcdata/PKGBUILD
deleted file mode 100644
index 88fd20f62..000000000
--- a/community/libiptcdata/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 64858 2012-02-18 18:11:08Z stativ $
-# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
-pkgname=libiptcdata
-pkgver=1.0.4
-pkgrel=2
-pkgdesc="Library for manipulating the IPTC metadata"
-arch=('i686' 'x86_64')
-url="http://libiptcdata.sourceforge.net/"
-license=('GPL')
-depends=('glibc')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/libiptcdata/$pkgname-$pkgver.tar.gz)
-md5sums=('af886556ecb129b694f2d365d03d95a8')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et: