wok diff libuninameslist/receipt @ rev 22776

Add utf8proc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 25 18:37:55 2020 +0100 (2020-01-25)
parents 08370faa54d6
children 60bae8a22f66
line diff
     1.1 --- a/libuninameslist/receipt	Thu Apr 09 03:26:48 2015 +0300
     1.2 +++ b/libuninameslist/receipt	Sat Jan 25 18:37:55 2020 +0100
     1.3 @@ -1,24 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libuninameslist"
     1.7 -VERSION="0.4.20140731"
     1.8 +VERSION="20190305"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="A Library of Unicode names and annotation data"
    1.11 +SHORT_DESC="A Library of Unicode names and annotation data."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="other"
    1.14  WEB_SITE="https://github.com/fontforge/libuninameslist"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.18  
    1.19  DEPENDS=""
    1.20 -BUILD_DEPENDS="wget cacerts autoconf automake libtool bash"
    1.21 +BUILD_DEPENDS="cacerts autoconf automake libtool bash"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	autoreconf -i
    1.27 -	automake
    1.28 -	./configure $CONFIGURE_ARGS && make && make install
    1.29 +	autoreconf -i &&
    1.30 +	automake &&
    1.31 +	./configure $CONFIGURE_ARGS &&
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.