milis/talimatname/genel/l/libwnck3/talimat

18 lines
663 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: Window Navigator Construction Kit'dir; çağrı cihazları, görev listeleri ve daha genel olarak pencere yönetimi ile uğraşan uygulamalar yazmak için kullanılan bir kütüphanedir (GTK+3).
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: gtk3 perl-xml-parser xorg-libxt xorg-libxres startup-notification xorg-libxinerama xorg-libxrandr xorg-libxcursor xorg-libxdamage intltool gobject-introspection
# Grup: kütüphane
isim=libwnck3
surum=3.14.1
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/libwnck/${surum%.*}/libwnck-$surum.tar.xz)
derle() {
cd libwnck-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}