diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-25 21:48:46 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-25 21:48:46 +0100 |
commit | 2f683183c210746ccc332e7e0d5525d6cd507a2b (patch) | |
tree | 114a5781333ec8f1422df055cdab2a5df1a94727 /extra/libgweather/Pkgfile | |
parent | c9f0278052c2271838537101ea4ff113962ca7b8 (diff) | |
download | nutyx-pakxe-2f683183c210746ccc332e7e0d5525d6cd507a2b.tar.gz nutyx-pakxe-2f683183c210746ccc332e7e0d5525d6cd507a2b.tar.bz2 nutyx-pakxe-2f683183c210746ccc332e7e0d5525d6cd507a2b.tar.xz nutyx-pakxe-2f683183c210746ccc332e7e0d5525d6cd507a2b.zip |
maj libgweather#2.26.2.1-1
Diffstat (limited to 'extra/libgweather/Pkgfile')
-rw-r--r-- | extra/libgweather/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libgweather/Pkgfile b/extra/libgweather/Pkgfile index 273d1a71c..38f2a5c77 100644 --- a/extra/libgweather/Pkgfile +++ b/extra/libgweather/Pkgfile @@ -5,16 +5,17 @@ # Depends on: gnome-vfs, libsoup name=libgweather -version=2.24.3 +version=2.26.2.1 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/2.26/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ + ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --disable-static make make DESTDIR=$PKG install + rm -r $PKG/$GNOME_PREFIX/share/gtk-doc } |