# HG changeset patch # User Christopher Rogers # Date 1338960962 0 # Node ID 68b94dfafd32947159e74a06819eedaf4071194f # Parent 25462b421cd870021a709a586be4702ffc8b7c60 Up: intltool to 0.50.2. diff -r 25462b421cd8 -r 68b94dfafd32 intltool/receipt --- a/intltool/receipt Wed Jun 06 09:57:30 2012 +0200 +++ b/intltool/receipt Wed Jun 06 05:36:02 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="intltool" -VERSION="0.41.1" +VERSION="0.50.2" CATEGORY="development" SHORT_DESC="Translation tools (PO, XML)." MAINTAINER="pankso@slitaz.org" @@ -9,7 +9,7 @@ DEPENDS="perl perl-xml-parser gettext" BUILD_DEPENDS="perl perl-xml-parser" WEB_SITE="https://edge.launchpad.net/intltool" -WGET_URL="http://edge.launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL" +WGET_URL="https://edge.launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -19,15 +19,15 @@ --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/aclocal $fs/usr/share - cp -a $_pkg/usr/share/intltool $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/aclocal $fs/usr/share + cp -a $install/usr/share/intltool $fs/usr/share chmod +x $fs/usr/bin/* }