wok diff iw/receipt @ rev 17294
pcmanfm: add few custom actions
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 30 01:16:39 2014 +0200 (2014-10-30) |
parents | de49f29b101e |
children | f1b179825d23 |
line diff
1.1 --- a/iw/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/iw/receipt Thu Oct 30 01:16:39 2014 +0200 1.3 @@ -1,25 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iw" 1.7 -VERSION="3.6" 1.8 +VERSION="3.14" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Wireless configuration tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw" 1.16 -WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL" 1.17 +WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL" 1.18 TAGS="wireless" 1.19 +HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="libnl" 1.22 -BUILD_DEPENDS="libnl-dev pkg-config" 1.23 +BUILD_DEPENDS="libnl-dev pkg-config wget" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - make 1.30 - make DESTDIR=$DESTDIR install 1.31 + make && make DESTDIR=$DESTDIR install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg.