summaryrefslogtreecommitdiff
path: root/community/libopenraw/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libopenraw/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libopenraw/PKGBUILD')
-rw-r--r--community/libopenraw/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/libopenraw/PKGBUILD b/community/libopenraw/PKGBUILD
deleted file mode 100644
index 3d6834987..000000000
--- a/community/libopenraw/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 62429 2012-01-19 22:28:28Z foutrelis $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-# Contributor: <boromil@gmail.com>
-pkgname=libopenraw
-pkgver=0.0.9
-pkgrel=2
-pkgdesc="Library for decoding RAW files"
-arch=('i686' 'x86_64')
-url="http://libopenraw.freedesktop.org/"
-license=('LGPL')
-depends=('gdk-pixbuf2')
-makedepends=('boost' 'libxml2')
-options=('!libtool')
-source=("http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2")
-md5sums=('3611d8aea870d25314665ef53093288e')
-
-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: