wok rev 23712
updated udftools (2.1 -> 2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 17:35:06 2020 +0100 (2020-04-28) |
parents | ab5eb5567ce7 |
children | 8c7478c747dd |
files | udftools/receipt |
line diff
1.1 --- a/udftools/receipt Tue Apr 28 17:27:08 2020 +0100 1.2 +++ b/udftools/receipt Tue Apr 28 17:35:06 2020 +0100 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()