wok diff gettext-tools/receipt @ rev 20315

openssl: force MACHINE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 18 16:12:43 2018 +0200 (2018-05-18)
parents ef147b8cd509
children a1df341077ba
line diff
     1.1 --- a/gettext-tools/receipt	Tue Nov 03 10:33:47 2015 +0200
     1.2 +++ b/gettext-tools/receipt	Fri May 18 16:12:43 2018 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gettext-tools"
     1.7 -VERSION="0.19.4"
     1.8 +VERSION="0.19.8.1"
     1.9  CATEGORY="libs"
    1.10  SHORT_DESC="GNU gettext tools to manage translations"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -9,22 +9,11 @@
    1.13  WEB_SITE="http://www.gnu.org/software/gettext/"
    1.14  
    1.15  WANTED="gettext"
    1.16 -DEPENDS="acl glib libgomp"
    1.17 +DEPENDS="acl attr glib libcroco libgomp liblzma libxml2 pcre zlib"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p \
    1.23 -		$fs/usr/bin \
    1.24 -		$fs/usr/lib
    1.25 -	cp -a \
    1.26 -		$install/usr/bin/msgcat \
    1.27 -		$install/usr/bin/msgfmt \
    1.28 -		$install/usr/bin/msgmerge \
    1.29 -		$install/usr/bin/xgettext \
    1.30 -		$fs/usr/bin
    1.31 -	cp -a \
    1.32 -		$install/usr/lib/libgettextlib*.so* \
    1.33 -		$install/usr/lib/libgettextsrc*.so* \
    1.34 -		$fs/usr/lib
    1.35 +	cook_copy_files msgcat msgfmt msgmerge xgettext libgettextlib*.so* \
    1.36 +		libgettextsrc*.so*
    1.37  }