wok-next diff libsoup/receipt @ rev 10636
cross-arm-*: remove pkgs (will be for 5.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 27 00:00:37 2011 +0200 (2011-05-27) |
parents | 97cc68735e5f |
children | 8e8fdb06b30c |
line diff
1.1 --- a/libsoup/receipt Tue Nov 30 01:56:17 2010 +0000 1.2 +++ b/libsoup/receipt Fri May 27 00:00:37 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsoup" 1.7 -VERSION="2.32.2" 1.8 +VERSION="2.34.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GNOME Soup Library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,21 +9,20 @@ 1.13 BUILD_DEPENDS="gtk+-dev libgio libgio-dev libxml2-dev libgcrypt-dev libtasn1-dev gobject-introspection-dev gnutls-dev zlib-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://live.gnome.org/LibSoup/" 1.16 -WGET_URL="ftp://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 ./configure \ 1.24 - --prefix=/usr \ 1.25 - --mandir=/usr/share/man \ 1.26 --with-html-dir=/usr/share/doc \ 1.27 --disable-gtk-doc \ 1.28 --without-gnome \ 1.29 + --disable-tls-check \ 1.30 $CONFIGURE_ARGS && 1.31 make && 1.32 - make DESTDIR=$PWD/_pkg install 1.33 + make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg.