wok diff libtic/receipt @ rev 23982

dog: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 21 13:13:55 2020 +0000 (2020-11-21)
parents 572c174a456f
children 24801b09d2f7
line diff
     1.1 --- a/libtic/receipt	Sat May 04 14:22:15 2019 +0200
     1.2 +++ b/libtic/receipt	Sat Nov 21 13:13:55 2020 +0000
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtic"
     1.7 -VERSION="6.1"
     1.8 +VERSION="6.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Low-level terminfo library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://invisible-island.net/ncurses/"
    1.14 +
    1.15  WANTED="ncurses"
    1.16 -WEB_SITE="https://invisible-island.net/ncurses/"
    1.17 +
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/lib
    1.24 -	cp -a $install/lib/libtic*.so* $fs/lib
    1.25 +	cp -a $install/lib/libtic*.so*	$fs/lib
    1.26  }