wok diff udftools/receipt @ rev 23974

Up openvpn (2.5.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 15:17:00 2020 +0000 (2020-10-28)
parents 6bab837a85ec
children 5ea0ce1cecc0
line diff
     1.1 --- a/udftools/receipt	Mon Apr 06 11:10:51 2020 +0200
     1.2 +++ b/udftools/receipt	Wed Oct 28 15:17:00 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="udftools"
     1.7 -VERSION="2.1"
     1.8 +VERSION="2.2"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Linux UDF filesystem userspcae utilities."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,7 +12,8 @@
    1.13  WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz"
    1.14  
    1.15  DEPENDS="ncurses readline"
    1.16 -BUILD_DEPENDS="libtool bash file ncurses-dev readline-dev udev-dev"
    1.17 +BUILD_DEPENDS="autoconf automake bash file libtool ncurses-dev 
    1.18 +	readline-dev udev-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()