milis/talimatname/genel/l/lxde-appearance/talimat
2018-08-08 15:18:27 +03:00

25 lines
502 B
Text
Executable file
Raw Permalink 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+2 için masaüstünden bağımsız bir tema değiştirici içeriyor
# URL: http://lxde.org/
# Paketçi: milisarge@gmail.com
# Gerekler: gtk2 intltool
# Grup: sistem
isim=lxde-appearance
_isim=lxappearance
surum=0.6.2
devir=1
kaynak=(http://downloads.sourceforge.net/lxde/files/$_isim-$surum.tar.xz)
derle() {
cd $_isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-dbus
make
make DESTDIR=$PKG install
}