aboutsummaryrefslogtreecommitdiffstats
path: root/x11/midori/APKBUILD
blob: 4c1d7ea9e372e52e1026eaa01b686deee344cfb3 (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
45
46
47
48
49
50
51
52
53
54
55
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=midori
pkgver=0.1.5
pkgrel=0
pkgdesc="A lightweight web browser based on Gtk WebKit"
url="http://www.twotoasts.de/index.php?/pages/midori_summary.html"
license="GPL"
depends="
	desktop-file-utils
	gettext
	hicolor-icon-theme
	libidn
	uclibc
	webkit
	"
makedepends="
	g++
	git
	intltool
	pkgconfig
	python
	gettext-dev
	libidn-dev
	libxml2-dev
	webkit-dev
	"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
source="http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2
	midori-0.1.5-fpic.patch
	$install"

build () 
{ 
	cd "$srcdir"/$pkgname-$pkgver
	for i in ../*.patch; do
		msg "Applying $i..."
		patch -p1 < $i || return 1
	done
	./configure --prefix=/usr \
		--jobs=${MAKEFLAGS/-j/} \
		--enable-libidn \
		--enable-sqlite \
		--enable-addons \
		--disable-hildon \
		--disable-unique \
		--enable-nls \
		|| return 1
	make || return 1
	make DESTDIR="$pkgdir" install || return 1
}
md5sums="dccaddeb49d7def8a19cf497cb7eabf8  midori-0.1.5.tar.bz2
8f36ef6716f2fc8ae9924471f3647e94  midori-0.1.5-fpic.patch
a373e86256d1cd179791e486d2862d44  midori.post-install
a373e86256d1cd179791e486d2862d44  midori.post-upgrade
e962d246f1861faf94b70b37b0d3ef66  midori.post-deinstall"