milis/talimatname/genel/c/clutter-gtk/talimat

20 lines
480 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: GTK clutter widget.
# URL: http://www.clutter-project.org
# Paketçi: yasarciv67@gmail.com
# Gerekler: clutter gtk3 gobject-introspection
# Grup: kütüphane
isim=clutter-gtk
surum=1.8.2
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --enable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}