milis/talimatname/genel/c/clutter/talimat

20 lines
538 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: Hızlı, görsel açıdan zengin grafik kullanıcı arayüzleri oluşturmak için bir GObject tabanlı kitaplık.
# URL: https://blogs.gnome.org/clutter
# Paketçi: yasarciv67@gmail.com
# Gerekler: atk cogl json-glib gobject-introspection gtk3 xorg-libxi
# Grup: kütüphane
isim=clutter
surum=1.26.2
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-egl-backend
make
make DESTDIR=$PKG install
}