wok-current rev 23615
updated reiser4progs and reiser4progs-dev (1.2.1 -> 2.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 14 07:45:25 2020 +0100 (2020-04-14) |
parents | 612bb77af36b |
children | 3f7f548986f7 |
files | reiser4progs-dev/receipt reiser4progs/receipt |
line diff
1.1 --- a/reiser4progs-dev/receipt Tue Apr 14 07:29:26 2020 +0100 1.2 +++ b/reiser4progs-dev/receipt Tue Apr 14 07:45:25 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="reiser4progs-dev" 1.7 -VERSION="1.2.1" 1.8 +VERSION="2.0.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Utilities for manipulating reiser4 file-system, development files." 1.11 +SHORT_DESC="Utilities for manipulating reiser4 file-systems, development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://www.kernel.org/" 1.15 1.16 +DEPENDS="libaal-dev" 1.17 WANTED="reiser4progs" 1.18 -DEPENDS="libaal-dev" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules()
2.1 --- a/reiser4progs/receipt Tue Apr 14 07:29:26 2020 +0100 2.2 +++ b/reiser4progs/receipt Tue Apr 14 07:45:25 2020 +0100 2.3 @@ -1,10 +1,10 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="reiser4progs" 2.7 -VERSION="1.2.1" 2.8 +VERSION="2.0.0" 2.9 CATEGORY="system-tools" 2.10 TAGS="filesystem reiserfs" 2.11 -SHORT_DESC="Utilities for manipulating reiser4 file-system." 2.12 +SHORT_DESC="Utilities for manipulating reiser4 file-systems." 2.13 MAINTAINER="pascal.bellard@slitaz.org" 2.14 LICENSE="GPL2" 2.15 WEB_SITE="https://www.kernel.org/" 2.16 @@ -13,7 +13,8 @@ 2.17 WGET_URL="$SF_MIRROR/reiser4/$TARBALL" 2.18 2.19 DEPENDS="libaal ncurses readline util-linux-uuid" 2.20 -BUILD_DEPENDS="libaal libaal-dev ncurses-dev readline-dev util-linux-uuid-dev" 2.21 +BUILD_DEPENDS="libaal libaal-dev ncurses-dev readline-dev 2.22 + util-linux-uuid-dev" 2.23 2.24 # Rules to configure and make the package. 2.25 compile_rules()