diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-12-03 23:57:05 +0100 |
---|---|---|
committer | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-12-03 23:57:05 +0100 |
commit | d1dd29a19a61412aaf08afc91dafde12cb9b18dc (patch) | |
tree | c36952c0defad3096dafabe9b6fe2306c4203927 /gnome/gnome-python-extras/Pkgfile | |
parent | c9660f0bc71c2c67c2d368a666c6bd5406577db9 (diff) | |
parent | 8a557d2512fcf06b6cab1111288d201114edd96d (diff) | |
download | nutyx-pakxe-d1dd29a19a61412aaf08afc91dafde12cb9b18dc.tar.gz nutyx-pakxe-d1dd29a19a61412aaf08afc91dafde12cb9b18dc.tar.bz2 nutyx-pakxe-d1dd29a19a61412aaf08afc91dafde12cb9b18dc.tar.xz nutyx-pakxe-d1dd29a19a61412aaf08afc91dafde12cb9b18dc.zip |
Merge remote branch 'nutyx-2009/master'
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..4c5f9aa42 --- /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/$name/${version%.*}/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=$GNOME_PREFIX + make + make DESTDIR=$PKG install +} + + |