milis/talimatname/genel/obmenu/talimat

19 lines
334 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 için yapılandırma aracı
# URL: http://obmenu.sourceforge.net
# Packager: milisarge
# Depends on: python-gtk
name=obmenu
version=1.0
release=1
source=(http://freefr.dl.sourceforge.net/sourceforge/obmenu/$name-$version.tar.gz)
build() {
cd $name-$version
python2 setup.py install --root=$PKG
}