diff options
author | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-22 21:51:53 +0100 |
---|---|---|
committer | François Visdeloup <fanchyannmaria at orange dot fr> | 2009-11-22 21:51:53 +0100 |
commit | 4158c42029fcca47cb339a8b56b92de713dce89a (patch) | |
tree | e1b861a412beff78c5da10b1e158f502cff35aaf /gnome | |
parent | 3bb094353ecc414272d7d45801cb0ac48e5757a1 (diff) | |
download | nutyx-pakxe-4158c42029fcca47cb339a8b56b92de713dce89a.tar.gz nutyx-pakxe-4158c42029fcca47cb339a8b56b92de713dce89a.tar.bz2 nutyx-pakxe-4158c42029fcca47cb339a8b56b92de713dce89a.tar.xz nutyx-pakxe-4158c42029fcca47cb339a8b56b92de713dce89a.zip |
Ajout de gnome-python-extras#2.25.3
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gnome-python-extras/.footprint | 26 | ||||
-rw-r--r-- | gnome/gnome-python-extras/.md5sum | 1 | ||||
-rw-r--r-- | gnome/gnome-python-extras/Pkgfile | 19 |
3 files changed, 46 insertions, 0 deletions
diff --git a/gnome/gnome-python-extras/.footprint b/gnome/gnome-python-extras/.footprint new file mode 100644 index 000000000..e276bf1f7 --- /dev/null +++ b/gnome/gnome-python-extras/.footprint @@ -0,0 +1,26 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gnome-python-extras-2.0.pc +drwxr-xr-x root/root usr/lib/python2.6/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/egg/ +-rw-r--r-- root/root usr/lib/python2.6/site-packages/gtk-2.0/egg/__init__.py (EMPTY) +-rw-r--r-- root/root usr/lib/python2.6/site-packages/gtk-2.0/egg/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.6/site-packages/gtk-2.0/egg/__init__.pyo +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/egg/recent.la +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/egg/recent.so +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/egg/trayicon.la +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/egg/trayicon.so +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/gtkhtml2.la +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/gtkhtml2.so +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/gtkmozembed.la +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/gtk-2.0/gtkmozembed.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/pygtk/ +drwxr-xr-x root/root usr/share/pygtk/2.0/ +drwxr-xr-x root/root usr/share/pygtk/2.0/defs/ +-rw-r--r-- root/root usr/share/pygtk/2.0/defs/gtkhtml2.defs +-rw-r--r-- root/root usr/share/pygtk/2.0/defs/gtkmozembed.defs +-rw-r--r-- root/root usr/share/pygtk/2.0/defs/trayicon.defs diff --git a/gnome/gnome-python-extras/.md5sum b/gnome/gnome-python-extras/.md5sum new file mode 100644 index 000000000..606bdff02 --- /dev/null +++ b/gnome/gnome-python-extras/.md5sum @@ -0,0 +1 @@ +9f3b7ec5c57130b96061cb486b79c076 gnome-python-extras-2.25.3.tar.bz2 diff --git a/gnome/gnome-python-extras/Pkgfile b/gnome/gnome-python-extras/Pkgfile new file mode 100644 index 000000000..52bd84b9c --- /dev/null +++ b/gnome/gnome-python-extras/Pkgfile @@ -0,0 +1,19 @@ +# Description: Interface Python pour les librairies ne faisant pas partie de la platfome de base +# URL: http://ftp.gnome.org +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on: gnome-python + +name=gnome-python-extras +version=2.25.3 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + + |