From 8120e5f181e409077069d432431e248ab5072ca5 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 15 Feb 2018 20:19:35 +0000 Subject: libraw: initial inclusion. dep of libmagic6 --- abs/extra/libraw/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 abs/extra/libraw/PKGBUILD diff --git a/abs/extra/libraw/PKGBUILD b/abs/extra/libraw/PKGBUILD new file mode 100644 index 0000000..1ab58fc --- /dev/null +++ b/abs/extra/libraw/PKGBUILD @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino +# Contributor: Jaroslav Lichtblau +# Contributor: Ionut Biru +# Contributor: Joeny Ang +# Contributor: Brad Fanella + +pkgname=libraw +pkgver=0.18.7 +pkgrel=1 +pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" +arch=('x86_64') +url="https://www.libraw.org/" +license=(CDDL LGPL) +depends=(lcms2 jasper) +source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz") +sha256sums=('87e347c261a8e87935d9a23afd750d27676b99f540e8552314d40db0ea315771') + +build() { + cd LibRaw-$pkgver + ./configure --prefix=/usr \ + --disable-examples + make +} + +package() { + cd LibRaw-$pkgver + make DESTDIR="$pkgdir" install +} -- cgit v0.12