milis/talimatname/genel/obconf/talimat

18 lines
476 B
Plaintext
Raw Normal View History

2017-04-05 15:27:44 +02:00
# Description: Openbox yapılandırması için araçlar
2016-02-24 01:27:23 +01:00
# URL: http://openbox.org/wiki/ObConf:About
2017-04-05 15:27:44 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: openbox startup-notification gtk2 cairo xorg-pixman xorg-libxext gdk-pixbuf atk libglade avahi dbus-python dbus-glib libdaemon xorg-mesa
name=obconf
version=2.0.4
release=2
source=(http://icculus.org/openbox/obconf/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}