# Maintainer: Natanael Copa pkgname=libraw pkgver=0.18.9 pkgrel=0 pkgdesc="Library for reading RAW files obtained from digital photo cameras" url="https://www.libraw.org" arch="all" license="CDDL-1.0 LGPL-2.1-only" depends="" makedepends="" subpackages="$pkgname-dev" source="https://www.libraw.org/data/LibRaw-$pkgver.tar.gz" builddir="$srcdir"/LibRaw-$pkgver # secfixes: # 0.18.6-r0: # - CVE-2017-16910 # 0.18.5-r0: # - CVE-2017-13735 # - CVE-2017-14265 build() { cd "$builddir" #export CXXFLAGS="$CXXFLAGS -std=gnu++98" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr #make lib/libraw.a lib/libraw_r.a make } package() { cd "$builddir" make DESTDIR="$pkgdir" install rm -rf "$pkgdir"/usr/share/doc/ } sha512sums="5becbbf05db091d86f7a3a098402c5a981a5c614e9ac742e80823efec5dccfb3a1336cfd1493aa88c8d1a37fe05896efd3f8f145536d799a9ce19665073cf8ce LibRaw-0.18.9.tar.gz"