diff options
author | sibel <lesibel@free.fr> | 2011-03-30 18:00:08 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-30 18:00:08 +0200 |
commit | de9ff7fd2705cb37fa76348d2206365845e49c01 (patch) | |
tree | 059dfb015da1399790be80b8fdf40ef03b170f43 | |
parent | 74709507a220673d8a7e409c7148af4877936de5 (diff) | |
download | nutyx-pakxe-de9ff7fd2705cb37fa76348d2206365845e49c01.tar.gz nutyx-pakxe-de9ff7fd2705cb37fa76348d2206365845e49c01.tar.bz2 nutyx-pakxe-de9ff7fd2705cb37fa76348d2206365845e49c01.tar.xz nutyx-pakxe-de9ff7fd2705cb37fa76348d2206365845e49c01.zip |
libproxy, correction deps
-rw-r--r-- | extra/libsoup/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/libsoup/Pkgfile b/extra/libsoup/Pkgfile index 876b40f7e..e7c9c8005 100644 --- a/extra/libsoup/Pkgfile +++ b/extra/libsoup/Pkgfile @@ -2,7 +2,7 @@ # 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 @@ -13,6 +13,7 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versio build() { cd $name-$version ./configure --prefix=/usr + make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc |