wok-next diff sed/receipt @ rev 20297
Up spl (0.7.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 09 21:37:23 2017 +0100 (2017-11-09) |
parents | 9278a60d6895 |
children | 90a5eb560fd6 |
line diff
1.1 --- a/sed/receipt Mon Jun 05 16:48:55 2017 +0300 1.2 +++ b/sed/receipt Thu Nov 09 21:37:23 2017 +0100 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="sed" 1.8 VERSION="4.4" 1.9 @@ -12,7 +12,6 @@ 1.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 -DEPENDS="acl" 1.14 BUILD_DEPENDS="acl-dev gettext texinfo" 1.15 1.16 # Rules to configure and make the package. 1.17 @@ -32,4 +31,5 @@ 1.18 genpkg_rules() 1.19 { 1.20 copy @std 1.21 + DEPENDS="acl" 1.22 }