wok-6.x rev 12991
Up: intltool to 0.50.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jun 06 05:36:02 2012 +0000 (2012-06-06) |
parents | 25462b421cd8 |
children | f8817cc87b13 |
files | intltool/receipt |
line diff
1.1 --- a/intltool/receipt Wed Jun 06 09:57:30 2012 +0200 1.2 +++ b/intltool/receipt Wed Jun 06 05:36:02 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="intltool" 1.7 -VERSION="0.41.1" 1.8 +VERSION="0.50.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Translation tools (PO, XML)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 DEPENDS="perl perl-xml-parser gettext" 1.14 BUILD_DEPENDS="perl perl-xml-parser" 1.15 WEB_SITE="https://edge.launchpad.net/intltool" 1.16 -WGET_URL="http://edge.launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL" 1.17 +WGET_URL="https://edge.launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -19,15 +19,15 @@ 1.22 --prefix=/usr \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/share 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.35 - cp -a $_pkg/usr/share/intltool $fs/usr/share 1.36 + cp -a $install/usr/bin $fs/usr 1.37 + cp -a $install/usr/share/aclocal $fs/usr/share 1.38 + cp -a $install/usr/share/intltool $fs/usr/share 1.39 chmod +x $fs/usr/bin/* 1.40 }