wok rev 21898
updated sed (4.4 -> 4.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 20:17:44 2019 +0100 (2019-10-03) |
parents | 39d2a33adb2a |
children | 8c3a860a2902 |
files | sed/receipt |
line diff
1.1 --- a/sed/receipt Thu Oct 03 17:46:51 2019 +0100 1.2 +++ b/sed/receipt Thu Oct 03 20:17:44 2019 +0100 1.3 @@ -1,24 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sed" 1.7 -VERSION="4.4" 1.8 +VERSION="4.7" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Gnu stream editor." 1.11 +SHORT_DESC="GNU stream editor." 1.12 MAINTAINER="paul@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://www.gnu.org/software/sed/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -WEB_SITE="http://www.gnu.org/software/sed/" 1.18 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.19 -HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="acl" 1.22 1.23 +HOST_ARCH="i486 arm" 1.24 + 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 ./configure \ 1.29 $CONFIGURE_ARGS && 1.30 - make $MAKEFLAGS && make install 1.31 + make $MAKEFLAGS && 1.32 + make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg.