wok diff libpanel/receipt @ rev 23681

Up libsvn (1.13.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 26 15:38:37 2020 +0000 (2020-04-26)
parents 572c174a456f
children 24801b09d2f7
line diff
     1.1 --- a/libpanel/receipt	Sat May 04 14:22:15 2019 +0200
     1.2 +++ b/libpanel/receipt	Sun Apr 26 15:38:37 2020 +0000
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libpanel"
     1.7 -VERSION="6.1"
     1.8 +VERSION="6.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Panel stack extension for curses"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://invisible-island.net/ncurses/"
    1.14 +
    1.15 +DEPENDS="libtinfo ncurses"
    1.16 +WANTED="ncurses"
    1.17 +
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20 -DEPENDS="ncurses libtinfo"
    1.21 -WANTED="ncurses"
    1.22 -
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/lib
    1.27 -	cp -a $install/lib/libpanel.so* $fs/lib
    1.28 +	cp -a $install/lib/libpanel.so*	$fs/lib
    1.29  }