milis/talimatname/genel/obconf/talimat

18 lines
476 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Openbox yapılandırması için araçlar
# URL: http://openbox.org/wiki/ObConf:About
# Packager: milisarge
# 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
}