summaryrefslogtreecommitdiffstats
path: root/extra/libgtkhtml/Pkgfile
blob: 2ca2e72771362a71f43b54ccf1c152b3878821eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Librairie html pour GTK
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libglade
# Run on:

name=libgtkhtml
version=2.11.1
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/2.11/$name-$version.tar.gz)


build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
                --disable-accessibility
	make
	make DESTDIR=$PKG install
}