milis/talimatname/genel/g/gtkglext/talimat

25 lines
494 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Gtk2 için opengl uzantıları
# URL: http://gtkglext.sourceforge.net/
# Paketçi: Cihan Alkan
# Gerekler: glib gtk2
# Grup: sistem
isim=gtkglext
surum=1.2.0
devir=1
kaynak=(http://downloads.sourceforge.net/sourceforge/gtkglext/$isim-$surum.tar.gz
gtk2.20.patch)
derle() {
cd $isim-$surum
patch -Np1 -i $SRC/gtk2.20.patch
sed '/AC_PATH_XTRA/d' -i configure.in
autoreconf --force --install
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}