opt/pygtk/Pkgfile

18 lines
436 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Packager: Stoyan Zhekov, zhware at hotpop dot com
2006-04-13 23:43:04 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Description: set of bindings for the GTK widget set
2006-06-10 16:54:25 +02:00
# URL: http://www.pygtk.org
# Depends on: pygobject, pycairo
2006-02-23 16:26:10 +01:00
name=pygtk
2007-07-11 13:20:11 +02:00
version=2.10.6
2006-02-23 16:26:10 +01:00
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.10/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}