summaryrefslogtreecommitdiffstats
path: root/gnome-python-desktop/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /gnome-python-desktop/Pkgfile
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'gnome-python-desktop/Pkgfile')
-rw-r--r--gnome-python-desktop/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-python-desktop/Pkgfile b/gnome-python-desktop/Pkgfile
new file mode 100644
index 0000000..f43a27b
--- /dev/null
+++ b/gnome-python-desktop/Pkgfile
@@ -0,0 +1,22 @@
+# Description: GNOME python desktop about screen
+# URL: http://www.gnome.org/about/
+# Maintainer: NuTyX GNOME team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gnome-applets, libgtop, libgnomeprintui, gtksourceview, metacity, evolution, evince, libgnomeui, gnome-python, startup-notification, totem, brasero
+# Run on: gnome-applets,libgtop,libgnomeprintui,gtksourceview,metacity,evolution,evince,libgnomeui,gnome-python,startup-notification,totem,brasero
+
+name=gnome-python-desktop
+version=2.32.0
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ PYTHON=python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --mandir=/usr/man \
+ --enable-metacity
+ make
+ make DESTDIR=$PKG install
+}