wok diff rfkill/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents de49f29b101e
children 6135577f4d08
line diff
     1.1 --- a/rfkill/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/rfkill/receipt	Sun Feb 12 00:43:16 2017 +0100
     1.3 @@ -1,20 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rfkill"
     1.7 -VERSION="0.4"
     1.8 +VERSION="0.5"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Utility to query the state of the rfkill switches"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="MIT"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://linuxwireless.org/en/users/Documentation/rfkill"
    1.16 -WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="https://www.kernel.org/pub/software/network/rfkill/$TARBALL"
    1.18  TAGS="kernel"
    1.19 +HOST_ARCH="i486 arm"
    1.20 +
    1.21 +BUILD_DEPENDS="wget"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27  	sed -i 's/BINDIR) rfkill/BINDIR)/' Makefile
    1.28  	sed -i 's/-m 755 -t/-m 755 rfkill/' Makefile
    1.29  	sed -i 's/man8\/ rfkill\.8\.gz/man8\//' Makefile