milis/talimatname/genel/clutter/talimat

20 lines
536 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.

# Description: 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
# Packager: yasarciv67@gmail.com
# Depends on: atk cogl json-glib gobject-introspection gtk3 xorg-libxi
name=clutter
version=1.26.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-egl-backend
make
make DESTDIR=$PKG install
}