opt/pygtk/Pkgfile

19 lines
496 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Packager: Stoyan Zhekov, zhware at hotpop dot com
2009-01-29 10:58:38 +01:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
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 libglade
2006-02-23 16:26:10 +01:00
name=pygtk
version=2.16.0
2009-03-07 03:44:15 +01:00
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
2006-02-23 16:26:10 +01:00
}