wok-next diff expat/receipt @ rev 19961

Remove libtinfo dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 10:26:48 2017 +0200 (2017-10-17)
parents c740762c8991
children 90a5eb560fd6
line diff
     1.1 --- a/expat/receipt	Fri Dec 23 15:07:51 2016 +0200
     1.2 +++ b/expat/receipt	Tue Oct 17 10:26:48 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="expat"
     1.8  VERSION="2.2.0"
     1.9 @@ -6,12 +6,14 @@
    1.10  SHORT_DESC="XML parsing C library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -WEB_SITE="http://expat.sourceforge.net/"
    1.14 +WEB_SITE="https://libexpat.github.io/"
    1.15  HOST_ARCH="i486 arm"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 +SPLIT="expat-dev"
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 @@ -27,5 +29,8 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	cook_copy_files xmlwf *.so*
    1.30 +	case $PACKAGE in
    1.31 +		expat) copy @std ;;
    1.32 +		expat-dev) copy @dev ;;
    1.33 +	esac
    1.34  }