summaryrefslogtreecommitdiffstats
path: root/base/gtk1/Pkgfile
blob: 77d2ae6ee7c88e4999b1822460472ca288e0c4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Librairie GTK+, utiliser dans des applications graphiques
# URL:  http://gd.tuwien.ac.at/graphics
# Maintainer: NuTyX core team 
# Packager: thierryn1 at hispeed dot ch
# Depends on: glib1,xorg

name=gtk1
version=1.2.10
release=1
source=( http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/gtk+-$version.tar.gz)


build() {
	cd gtk+-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
	rm $PKG/usr/share/info/dir
}