aboutsummaryrefslogtreecommitdiffstats
path: root/main/libraw/APKBUILD
blob: 4d89b9239f2bf75da65f58800d39403a589c1835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libraw
pkgver=0.15.2
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 \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		|| return 1
	make lib/libraw.a lib/libraw_r.a
	make
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	rm "$pkgdir"/usr/lib/*.la

}

md5sums="c652ded581bde2b4c09ba1469b23fe47  LibRaw-0.15.2.tar.gz"
sha256sums="828eac93910f26f813f91d35f92f33a9e719c2ec8522d575b248063194b068c6  LibRaw-0.15.2.tar.gz"
sha512sums="3b0b5cfda2e8f30714ec8f413b7dd617d72046eb13ed5cbce5113e86249b1066ea217089ab7f219b30ada55c2ff0f5eb9fee243720b35826ddab728ded4a27f0  LibRaw-0.15.2.tar.gz"