summaryrefslogtreecommitdiffstats
path: root/wallpapoz/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'wallpapoz/Pkgfile')
-rw-r--r--wallpapoz/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/wallpapoz/Pkgfile b/wallpapoz/Pkgfile
new file mode 100644
index 000000000..b3998696f
--- /dev/null
+++ b/wallpapoz/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Gestionnaire de fond d'ecran
+# URL: http://wallpapoz.akbarhome.com
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: pygtk, libglade, pil, xorg-xwininfo, xorg-xprop
+# Run on: pygtk,libglade,pil,xorg-xwininfo,xorg-xprop
+
+
+name=wallpapoz
+version=0.5
+release=1
+source=(http://wallpapoz.akbarhome.com/files/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ mkdir -p $PKG/usr
+ python2 setup.py --installdir=$PKG/usr install
+
+
+}
+