diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-25 19:14:08 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-25 19:14:08 +0100 |
commit | 608c9c35b5b17383e94bcf77dcf7262d8a50a930 (patch) | |
tree | 12197ced0162e15391cb3999c2a23160e2072385 /extra/gnome-vfs/Pkgfile | |
parent | 82191f9dd15b8a558807ce12bc4139b2e4b64aae (diff) | |
download | nutyx-pakxe-608c9c35b5b17383e94bcf77dcf7262d8a50a930.tar.gz nutyx-pakxe-608c9c35b5b17383e94bcf77dcf7262d8a50a930.tar.bz2 nutyx-pakxe-608c9c35b5b17383e94bcf77dcf7262d8a50a930.tar.xz nutyx-pakxe-608c9c35b5b17383e94bcf77dcf7262d8a50a930.zip |
maj de gnome-vfs#2.24.2-1
Diffstat (limited to 'extra/gnome-vfs/Pkgfile')
-rw-r--r-- | extra/gnome-vfs/Pkgfile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/extra/gnome-vfs/Pkgfile b/extra/gnome-vfs/Pkgfile index 99ef6962f..6a690c4e6 100644 --- a/extra/gnome-vfs/Pkgfile +++ b/extra/gnome-vfs/Pkgfile @@ -5,18 +5,15 @@ # Depends on: gconf, gnome-mime-data name=gnome-vfs -version=2.24.1 +version=2.24.2 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2) - +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ + ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ - --libexecdir=$(pkg-config \ - --variable=prefix ORBit-2.0)/lib/gnome-vfs-2.0 + --libexecdir=$GNOME_PREFIX/lib/gnome-vfs-2.0 make make DESTDIR=$PKG install - rm -r $PKG/$(pkg-config \ - --variable=prefix ORBit-2.0)/share/gtk-doc + rm -r $PKG/$GNOME_PREFIX/share/gtk-doc } |