wok-6.x rev 21053
updated intltool (0.50.2 -> 0.51.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 13 14:21:03 2019 +0100 (2019-03-13) |
parents | 10c3a6f71c06 |
children | 87acb38c52b3 |
files | intltool/receipt |
line diff
1.1 --- a/intltool/receipt Wed Mar 13 14:10:27 2019 +0100 1.2 +++ b/intltool/receipt Wed Mar 13 14:21:03 2019 +0100 1.3 @@ -1,27 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="intltool" 1.7 -VERSION="0.50.2" 1.8 +VERSION="0.51.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Translation tools (PO, XML)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://launchpad.net/intltool/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://edge.launchpad.net/intltool" 1.17 -WGET_URL="https://edge.launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL" 1.18 -HOST_ARCH="i486 arm" 1.19 +WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL" 1.20 1.21 DEPENDS="perl perl-xml-parser gettext" 1.22 -BUILD_DEPENDS="perl perl-xml-parser wget" 1.23 +BUILD_DEPENDS="perl perl-xml-parser" 1.24 +HOST_ARCH="i486 arm" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - cd $src 1.30 - ./configure \ 1.31 - --prefix=/usr \ 1.32 + ./configure \ 1.33 + --prefix=/usr \ 1.34 $CONFIGURE_ARGS && 1.35 - make && 1.36 + make -j 1 && 1.37 make DESTDIR=$DESTDIR install 1.38 } 1.39 1.40 @@ -29,8 +29,10 @@ 1.41 genpkg_rules() 1.42 { 1.43 mkdir -p $fs/usr/share 1.44 - cp -a $install/usr/bin $fs/usr 1.45 - cp -a $install/usr/share/aclocal $fs/usr/share 1.46 - cp -a $install/usr/share/intltool $fs/usr/share 1.47 + 1.48 + cp -a $install/usr/bin $fs/usr 1.49 + cp -a $install/usr/share/aclocal $fs/usr/share 1.50 + cp -a $install/usr/share/intltool $fs/usr/share 1.51 + 1.52 chmod +x $fs/usr/bin/* 1.53 }