summaryrefslogtreecommitdiffstats
path: root/gigolo/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /gigolo/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'gigolo/Pkgfile')
-rwxr-xr-xgigolo/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/gigolo/Pkgfile b/gigolo/Pkgfile
new file mode 100755
index 000000000..cf2677dc8
--- /dev/null
+++ b/gigolo/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Gestionnaire de connexions a des systemes de fichiers distants
+# URL: http://goodies.xfce.org/projects/applications/gigolo
+# Maintainer: NuTyX core team
+# Packager: tnut at nutyx dot com
+# Depends on: gtk, gvfs
+# Run on: gtk,gvfs
+
+name=gigolo
+version=0.4.1
+release=1
+source=(http://files.uvena.de/$name/$name-$version.tar.bz2 \
+gigolo.desktop)
+
+build() {
+cd $name-$version
+ python2 ./waf configure --prefix="/usr"
+ python2 ./waf build
+ python2 ./waf install --destdir=$PKG
+
+ mkdir -p $PKG/usr/share/applications/
+ cp -a ../$name.desktop $PKG/usr/share/applications/
+}
+