# Maintainer: Natanael Copa pkgname=libraw pkgver=0.12.3 pkgrel=0 pkgdesc="Library for reading RAW files obtained from digital photo cameras" url="http://www.libraw.org/" arch="all" license="CDDL LGPL custom" depends="" makedepends="" subpackages="$pkgname-dev $pkgname-doc" source="http://www.libraw.org/data/LibRaw-$pkgver.tar.gz" _builddir="$srcdir"/LibRaw-$pkgver prepare() { cd "$_builddir" for i in $source; do case $i in *.patch) patch -p1 -i "$srcdir"/$i || return 1 esac done } build() { cd "$_builddir" ./configure --prefix=/usr make lib/libraw.a lib/libraw_r.a make } package() { cd "$_builddir" make DESTDIR="$pkgdir" install } md5sums="b6bd7e6cfed56628068708f61057f691 LibRaw-0.12.3.tar.gz"