wok diff sed/receipt @ rev 21996

linux: add ath10k wireless driver
author Richard Dunbar <mojo@slitaz.org>
date Wed Oct 16 21:56:55 2019 -0400 (2019-10-16)
parents 4b27a977323d
children c2bd5d258aac
line diff
     1.1 --- a/sed/receipt	Sat Sep 28 11:31:06 2019 +0200
     1.2 +++ b/sed/receipt	Wed Oct 16 21:56:55 2019 -0400
     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.