summaryrefslogtreecommitdiffstats
path: root/extra/obmenu/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-30 17:42:51 +0100
committersibel <lesibel@free.fr>2010-12-30 17:42:51 +0100
commit6f8c34878975c0d3cbc224da0070ad9db4d6108b (patch)
tree7ede30cb9d3033f9041f3137f66da5bfa05a8db5 /extra/obmenu/Pkgfile
parent295b5667058b4c0eb6523c3e052c93d694d1db12 (diff)
downloadnutyx-pakxe-6f8c34878975c0d3cbc224da0070ad9db4d6108b.tar.gz
nutyx-pakxe-6f8c34878975c0d3cbc224da0070ad9db4d6108b.tar.bz2
nutyx-pakxe-6f8c34878975c0d3cbc224da0070ad9db4d6108b.tar.xz
nutyx-pakxe-6f8c34878975c0d3cbc224da0070ad9db4d6108b.zip
obmenu#1.0-1, maj python
Diffstat (limited to 'extra/obmenu/Pkgfile')
-rw-r--r--extra/obmenu/Pkgfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/obmenu/Pkgfile b/extra/obmenu/Pkgfile
index dddbcc399..45c51a7ef 100644
--- a/extra/obmenu/Pkgfile
+++ b/extra/obmenu/Pkgfile
@@ -2,7 +2,11 @@
# URL: http://obmenu.sourceforge.net
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
-# Depends on: python pygtk openbox
+# Depends on:
+
+#openbox
+
+#python2, pygtk
name=obmenu
version=1.0
@@ -12,7 +16,7 @@ source=(http://freefr.dl.sourceforge.net/sourceforge/obmenu/$name-$version.tar.g
build() {
cd $name-$version
-python setup.py install --root=$PKG
+python2 setup.py install --root=$PKG
}