diff options
author | tnut <tnut at nutyx dot com> | 2011-03-30 17:15:19 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-03-30 17:15:19 +0200 |
commit | 804ef70ac85e546a91eb7438ce3e177cf609572b (patch) | |
tree | b861152cb96a408ba005f71522355a7adc14c553 /extra/libsoup | |
parent | 64a8d0ec5d21dab32d55d13557ff15de864a2329 (diff) | |
parent | b1528a7b3d47dd1fd4001d10c67efc584d473969 (diff) | |
download | nutyx-pakxe-804ef70ac85e546a91eb7438ce3e177cf609572b.tar.gz nutyx-pakxe-804ef70ac85e546a91eb7438ce3e177cf609572b.tar.bz2 nutyx-pakxe-804ef70ac85e546a91eb7438ce3e177cf609572b.tar.xz nutyx-pakxe-804ef70ac85e546a91eb7438ce3e177cf609572b.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/libsoup')
-rw-r--r-- | extra/libsoup/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libsoup/Pkgfile b/extra/libsoup/Pkgfile index 876b40f7e..36a632a35 100644 --- a/extra/libsoup/Pkgfile +++ b/extra/libsoup/Pkgfile @@ -2,17 +2,18 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libxml2, gnutls, libproxy, libtasn1, libgnome-keyring +# Depends on: libxml2, gnutls, libtasn1, libgnome-keyring, libproxy, gconf # Run on: libxml2,gnutls,libproxy,libtasn1,libgnome-keyring name=libsoup version=2.32.0 -release=1 +release=2 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr + make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc |