From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/libraw/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 community/libraw/PKGBUILD (limited to 'community/libraw/PKGBUILD') diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD deleted file mode 100644 index 0c1004e39..000000000 --- a/community/libraw/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 92940 2013-06-19 21:09:45Z bpiotrowski $ -# Maintainer: Jaroslav Lichtblau -# Contributor: Ionut Biru -# Contributor: Joeny Ang -# Contributor: Brad Fanella - -pkgname=libraw -pkgver=0.15.2 -pkgrel=1 -pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" -arch=('i686' 'x86_64') -url="http://www.libraw.org/" -license=('CDDL' 'LGPL' 'custom') -depends=('lcms') -options=('!makeflags') -changelog=$pkgname.changelog -source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz) -sha256sums=('828eac93910f26f813f91d35f92f33a9e719c2ec8522d575b248063194b068c6') - -build() { - cd ${srcdir}/LibRaw-${pkgver} - - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/LibRaw-${pkgver} - - make DESTDIR=${pkgdir} install - -#license - install -D -m644 ${srcdir}/LibRaw-${pkgver}/LICENSE.LibRaw.pdf \ - ${pkgdir}/usr/share/licenses/libraw/LICENSE.LibRaw.pdf -} -- cgit v1.2.3-54-g00ecf