wok-next diff libunistring/receipt @ rev 19886

waterline: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 07 18:02:45 2017 +0200 (2017-10-07)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/libunistring/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/libunistring/receipt	Sat Oct 07 18:02:45 2017 +0200
     1.3 @@ -1,16 +1,17 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="libunistring"
     1.8 -VERSION="0.9.6"
     1.9 +VERSION="0.9.7"
    1.10  CATEGORY="libdevel"
    1.11  SHORT_DESC="Unicode string library"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3 LGPL3 FDL"
    1.14  WEB_SITE="https://www.gnu.org/software/libunistring/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="glibc-base"
    1.20 +SPLIT="libunistring-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -21,5 +22,8 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	copy *.so*
    1.29 +	case $PACKAGE in
    1.30 +		libunistring) copy @std;;
    1.31 +		*-dev) copy @dev;;
    1.32 +	esac
    1.33  }