# HG changeset patch # User Christopher Rogers # Date 1305904779 0 # Node ID f5102480f2bce4877880fcc7e5ca8db3fff7fc28 # Parent e3c79088f79de2a83d9f055d13d981c65fd6caaf Up: libgsf to 1.14.21. diff -r e3c79088f79d -r f5102480f2bc libgsf-dev/receipt --- a/libgsf-dev/receipt Fri May 20 15:17:22 2011 +0000 +++ b/libgsf-dev/receipt Fri May 20 15:19:39 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libgsf-dev" -VERSION="1.14.20" +VERSION="1.14.21" CATEGORY="x-window" SHORT_DESC="GNOME Structured File Library (devel files)." MAINTAINER="pankso@slitaz.org" diff -r e3c79088f79d -r f5102480f2bc libgsf/receipt --- a/libgsf/receipt Fri May 20 15:17:22 2011 +0000 +++ b/libgsf/receipt Fri May 20 15:19:39 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libgsf" -VERSION="1.14.20" +VERSION="1.14.21" CATEGORY="x-window" SHORT_DESC="GNOME Structured File Library." MAINTAINER="pankso@slitaz.org" @@ -9,22 +9,20 @@ BUILD_DEPENDS="libgio libgio-dev intltool pkg-config glib-dev libxml2-dev zlib-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freshmeat.net/projects/libgsf/" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgsf/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ --without-bonobo \ --without-gnome-vfs \ --without-python \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.