|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
pkgname=libraw |
|
|
|
|
pkgver=0.19.5 |
|
|
|
|
pkgrel=1 |
|
|
|
|
pkgrel=2 |
|
|
|
|
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/" |
|
|
|
@ -19,8 +19,7 @@ sha256sums=('9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc')
|
|
|
|
|
build() { |
|
|
|
|
cd LibRaw-$pkgver |
|
|
|
|
./mkdist.sh |
|
|
|
|
./configure --prefix=/usr \ |
|
|
|
|
--disable-examples |
|
|
|
|
./configure --prefix=/usr |
|
|
|
|
make |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|