milis/talimatname/genel/l/libwnck3/talimat

17 lines
493 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Pencere Gezgini İnşaat Takımı (GTK + 3).
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# 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
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libwnck3
surum=3.14.1
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/libwnck/${surum%.*}/libwnck-$surum.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd libwnck-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}