opt/pygtk/Pkgfile

18 lines
463 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Packager: Stoyan Zhekov, zhware at hotpop dot com
2009-01-29 20:58:38 +11:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
2006-02-23 15:26:10 +00:00
# Description: set of bindings for the GTK widget set
2006-06-10 14:54:25 +00:00
# URL: http://www.pygtk.org
2009-03-01 20:55:00 +11:00
# Depends on: pygobject pycairo libglade
2006-02-23 15:26:10 +00:00
name=pygtk
2009-03-07 13:44:15 +11:00
version=2.14.1
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.bz2)
2006-02-23 15:26:10 +00:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}