wok diff libuninameslist/receipt @ rev 23855

Up dropbear (2020.79), nagios (4.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 16 20:15:47 2020 +0000 (2020-06-16)
parents ad0ab8fb354c
children 5ea0ce1cecc0
line diff
     1.1 --- a/libuninameslist/receipt	Fri Apr 19 09:27:07 2019 +0100
     1.2 +++ b/libuninameslist/receipt	Tue Jun 16 20:15:47 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libuninameslist"
     1.7 -VERSION="20190305"
     1.8 +VERSION="20190701"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="A Library of Unicode names and annotation data."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -12,7 +12,7 @@
    1.13  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.14  
    1.15  DEPENDS=""
    1.16 -BUILD_DEPENDS="cacerts autoconf automake libtool bash"
    1.17 +BUILD_DEPENDS="autoconf automake bash cacerts libtool"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -28,5 +28,5 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.27  }