summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-22 23:03:53 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-22 23:03:53 +0100
commit0120bbf55a9969cf1225701a0dbc60d284136884 (patch)
tree939e491bb7a48b3edb13f6d91f590d743a9459c7 /gnome
parenteae66786a178736e2cffdb0a83b9184588edb1ab (diff)
downloadnutyx-extra-0120bbf55a9969cf1225701a0dbc60d284136884.tar.gz
nutyx-extra-0120bbf55a9969cf1225701a0dbc60d284136884.tar.bz2
nutyx-extra-0120bbf55a9969cf1225701a0dbc60d284136884.tar.xz
nutyx-extra-0120bbf55a9969cf1225701a0dbc60d284136884.zip
gnome-python-extras, petits ajustements
Diffstat (limited to 'gnome')
-rw-r--r--gnome/gnome-python-extras/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome/gnome-python-extras/Pkgfile b/gnome/gnome-python-extras/Pkgfile
index 52bd84b9c..4c5f9aa42 100644
--- a/gnome/gnome-python-extras/Pkgfile
+++ b/gnome/gnome-python-extras/Pkgfile
@@ -7,11 +7,11 @@
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)
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=$GNOME_PREFIX
make
make DESTDIR=$PKG install
}