18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
|
# Tanım: Openbox yapılandırması için araçlar
|
|||
|
# URL: http://openbox.org/wiki/ObConf:About
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: openbox startup-notification gtk2 cairo xorg-pixman xorg-libxext gdk-pixbuf atk libglade avahi dbus-python dbus-glib libdaemon xorg-mesa
|
|||
|
|
|||
|
isim=obconf
|
|||
|
surum=2.0.4
|
|||
|
devir=2
|
|||
|
|
|||
|
kaynak=(http://icculus.org/openbox/obconf/$isim-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $isim-$surum
|
|||
|
./configure --prefix=/usr
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|