milis/talimatname/genel/x/xfce4-gtk-engine/talimat

21 lines
473 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 Xfce Engine paketi, onları görüntülemek için gereken birkaç GTK+ 2 ve GTK+ 3 temasını ve kütüphanelerini içerir.
# URL: http://www.xfce.org
# Paketçi: milisarge@gmail.com
# Gerekler: gtk2 gtk3
_isim=gtk-xfce-engine
isim=xfce4-gtk-engine
surum=3.2.0
devir=2
kaynak=(http://archive.xfce.org/src/xfce/${_name}/${surum%.*}-$surum.tar.bz2)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr \
--enable-gtk3
make
make DESTDIR=$PKG install
}