milis/talimatname/genel/o/obconf/talimat

18 lines
461 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Openbox yapılandırması için araçlar
2016-02-24 01:27:23 +01:00
# URL: http://openbox.org/wiki/ObConf:About
2017-10-27 20:46:27 +02:00
# 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
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=obconf
surum=2.0.4
devir=2
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://icculus.org/openbox/obconf/$isim-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}