diff options
Diffstat (limited to 'gnome/gnome-python-extras/Pkgfile')
-rw-r--r-- | gnome/gnome-python-extras/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
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 +} + + |