iw: version bump

This commit is contained in:
Zero_Chaos 2011-09-06 13:31:53 +00:00
parent ac623ba253
commit 0fd0a4cc0e
2 changed files with 27 additions and 0 deletions

View file

@ -1,4 +1,6 @@
DIST iw-0.9.22.tar.bz2 50526 RMD160 bfc65cb72f1dbd73674b5207577882500c7ac253 SHA1 a91226daab473d1aa0b6586c61f1c62db9618b7d SHA256 138ce4dc827d8b0af55fe1c444e749b985c1540d791b27922aad880d12908bb1
DIST iw-3.0.tar.bz2 56543 RMD160 fbdaf430e0f03aa975cf5a416bd6604740c32318 SHA1 46817671757fae640d4ec3b36d54f4cc73604bad SHA256 a0ccbf1ce71ae4bdb05495ca18ab00a87c06dce2c3bf8b8358c615e60c4632fb
DIST iw-3.1.tar.bz2 57450 RMD160 fee741d20e2f253d51eab0062d2ff2df61159618 SHA1 559636c4f73485db6fd4bf6f438e60fe5f23f569 SHA256 24e69f2596827669b2f47f033bd502c003e6f1ff58ccbeeb1cff9cdc56ae828a
EBUILD iw-0.9.22.ebuild 718 RMD160 2134828b57151997bb9b469f6ce08e9c339c80fd SHA1 803b677ba7f487d9196ce39e4ec496b2780a3cd6 SHA256 ac379da61019cc586c1a64af903bff84b876a7f809758894a5256e8511f7b857
EBUILD iw-3.0.ebuild 740 RMD160 93097e834f009ef55ea0396196924eefffb0824d SHA1 77c1fece6443d8365183964e379c26aa3f185843 SHA256 f6776f7120c82fa61f42f541cc2464f2896bf2d2e09a8bbd35c420b249931820
EBUILD iw-3.1.ebuild 740 RMD160 93097e834f009ef55ea0396196924eefffb0824d SHA1 77c1fece6443d8365183964e379c26aa3f185843 SHA256 f6776f7120c82fa61f42f541cc2464f2896bf2d2e09a8bbd35c420b249931820

View file

@ -0,0 +1,25 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/iw/iw-0.9.22.ebuild,v 1.3 2011/07/17 20:42:43 maekke Exp $
inherit toolchain-funcs
DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
SRC_URI="http://wireless.kernel.org/download/${PN}/${P}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=dev-libs/libnl-1.1"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
CC=$(tc-getCC)
LD=$(tc-getLD)
src_install() {
emake install DESTDIR="${D}" || die "Failed to install"
}