aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fotoxx/APKBUILD
blob: 5bb1f83ececbfcf0f2b2c376b3ad86b2b3b3da6e (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
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fotoxx
pkgver=11.02
pkgrel=0
pkgdesc="Photo editing and collection management"
url="http://kornelix.squarespace.com/fotoxx"
arch="all"
license="GPL-3"
depends="xdg-utils exiftool"
makedepends="gtk+-dev tiff-dev"
install=
subpackages="$pkgname-doc"
source="http://kornelix.squarespace.com/storage/downloads/fotoxx-$pkgver.tar.gz
	no-execinfo.patch"

_builddir="$srcdir"/$pkgname-$pkgver

prepare() {
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
	sed -e 's:/bin/bash:/bin/sh:' -i dependencies.sh
}

build() {
	cd "$_builddir"
	make PREFIX=/usr LDFLAGS="$LFDLAGS" CXXFLAGS="$CFLAGS" || return 1
}

package() {
	cd "$_builddir"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}

md5sums="8ca64efd61894cadbd097bb273390522  fotoxx-11.02.tar.gz
981323960d1316051b898ba194085205  no-execinfo.patch"