mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-07 18:00:25 +00:00
22 lines
515 B
Plaintext
Executable File
22 lines
515 B
Plaintext
Executable File
# description : Python bindings for the GTK widget set
|
|
# homepage : http://www.pygtk.org/
|
|
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
|
|
# depends : python2-gobject2 atk pango python2-cairo libglade gtk2
|
|
|
|
name=python2-gtk
|
|
version=2.24.0
|
|
release=1
|
|
source=(https://ftp.gnome.org/pub/gnome/sources/pygtk/${version::4}/pygtk-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd pygtk-$version
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -r $PKG/usr/share/gtk-doc
|
|
}
|
|
|
|
md5sum=(a1051d5794fd7696d3c1af6422d17a49)
|