18 lines
463 B
Plaintext
18 lines
463 B
Plaintext
# Packager: Stoyan Zhekov, zhware at hotpop dot com
|
|
# Maintainer: Lucas Hazel, lucas at die dot net dot au
|
|
# Description: set of bindings for the GTK widget set
|
|
# URL: http://www.pygtk.org
|
|
# Depends on: pygobject pycairo libglade
|
|
|
|
name=pygtk
|
|
version=2.14.1
|
|
release=1
|
|
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|