21 lines
474 B
Plaintext
21 lines
474 B
Plaintext
|
# Tanım: LXAppearance OBconf paketi, OpenBox'u yapılandırmak üzere LXAppearance için bir eklenti içerir.
|
|||
|
# URL: http://lxde.org/
|
|||
|
# Paketçi: milisarge@gmail.com
|
|||
|
# Gerekler: gtk2 intltool lxde-appearance openbox
|
|||
|
|
|||
|
isim=lxde-appearance-obconf
|
|||
|
_isim=lxappearance-obconf
|
|||
|
surum=0.2.2
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(http://downloads.sourceforge.net/lxde/${_name}-$surum.tar.xz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd ${_name}-$surum
|
|||
|
./configure --prefix=/usr --disable-static
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
|
|||
|
}
|
|||
|
|