2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: LXAppearance OBconf paketi, OpenBox'u yapılandırmak üzere LXAppearance için bir eklenti içerir.
|
2016-03-18 19:29:22 +01:00
|
|
|
|
# URL: http://lxde.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge@gmail.com
|
|
|
|
|
# Gerekler: gtk2 intltool lxde-appearance openbox
|
2016-03-18 19:29:22 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=lxde-appearance-obconf
|
|
|
|
|
_isim=lxappearance-obconf
|
|
|
|
|
surum=0.2.2
|
|
|
|
|
devir=1
|
2016-03-18 19:29:22 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://downloads.sourceforge.net/lxde/${_name}-$surum.tar.xz)
|
2016-03-18 19:29:22 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd ${_name}-$surum
|
2016-03-18 19:29:22 +01:00
|
|
|
|
./configure --prefix=/usr --disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|