diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-02-13 11:53:44 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-02-13 11:53:44 +0000 |
commit | a2385c31f97a964b86d87cd999670c60504b4677 (patch) | |
tree | 692fa08b40e1cfd3686fdf2bb41a003fa6457383 /net-wireless/hostap-utils | |
parent | Stable on alpha. (diff) | |
download | historical-a2385c31f97a964b86d87cd999670c60504b4677.tar.gz historical-a2385c31f97a964b86d87cd999670c60504b4677.tar.bz2 historical-a2385c31f97a964b86d87cd999670c60504b4677.zip |
New stable version from upstream.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-wireless/hostap-utils')
-rw-r--r-- | net-wireless/hostap-utils/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/hostap-utils/Manifest | 2 | ||||
-rw-r--r-- | net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7 | 1 | ||||
-rw-r--r-- | net-wireless/hostap-utils/hostap-utils-0.3.7.ebuild | 31 |
4 files changed, 41 insertions, 1 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog index 51aef733f5d2..c4cb2a7cef87 100644 --- a/net-wireless/hostap-utils/ChangeLog +++ b/net-wireless/hostap-utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/hostap-utils # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.20 2005/02/07 11:05:02 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.21 2005/02/13 11:51:22 brix Exp $ + +*hostap-utils-0.3.7 (13 Feb 2005) + + 13 Feb 2005; Henrik Brix Andersen <brix@gentoo.org> + +hostap-utils-0.3.7.ebuild: + New stable version from upstream. *hostap-utils-0.3.7_pre (07 Feb 2005) diff --git a/net-wireless/hostap-utils/Manifest b/net-wireless/hostap-utils/Manifest index 96272456afcb..71dd24e08a85 100644 --- a/net-wireless/hostap-utils/Manifest +++ b/net-wireless/hostap-utils/Manifest @@ -1,4 +1,5 @@ MD5 f266bab830757c79968697a1c0eb9a17 hostap-utils-0.2.4.ebuild 726 +MD5 f10033b31fa34f675fb2dfa2244c0d34 hostap-utils-0.3.7.ebuild 698 MD5 e2ca0b0fbef37c3454708dc3d03ac0d6 hostap-utils-0.3.2.ebuild 694 MD5 2c53d4316c073382d1f23a6955f95990 hostap-utils-0.2.6.ebuild 693 MD5 c9e08440289ea627754138f92dfd7b27 hostap-utils-0.3.7_pre.ebuild 745 @@ -7,4 +8,5 @@ MD5 0d08d740672bf3b41532938b6f9c0a19 metadata.xml 337 MD5 b31ab184e34a7e5d3443d51d91c5008f files/digest-hostap-utils-0.2.4 69 MD5 8fe4afb5fcbb29a994a4fa244b962665 files/digest-hostap-utils-0.2.6 69 MD5 66bac96f1cd07eff01bee01597a115d3 files/digest-hostap-utils-0.3.2 69 +MD5 eb77fca21ee97178487299633c12fdd8 files/digest-hostap-utils-0.3.7 69 MD5 5d2474d251315d7a2652499b1bb9d088 files/digest-hostap-utils-0.3.7_pre 73 diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7 new file mode 100644 index 000000000000..17ecbed86685 --- /dev/null +++ b/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7 @@ -0,0 +1 @@ +MD5 529a31e987924116b8c7409dbf5794f2 hostap-utils-0.3.7.tar.gz 59659 diff --git a/net-wireless/hostap-utils/hostap-utils-0.3.7.ebuild b/net-wireless/hostap-utils/hostap-utils-0.3.7.ebuild new file mode 100644 index 000000000000..dbcc8470b94d --- /dev/null +++ b/net-wireless/hostap-utils/hostap-utils-0.3.7.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.3.7.ebuild,v 1.1 2005/02/13 11:51:22 brix Exp $ + +inherit toolchain-funcs + +DESCRIPTION="HostAP wireless utils" + +HOMEPAGE="http://hostap.epitest.fi/" +SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +IUSE="" + +DEPEND="virtual/libc" + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed" +} + +src_install() { + + dosbin hostap_{crypt_conf,diag,fw_load,io_debug,rid} + dosbin prism2_{param,srec} + dosbin split_combined_hex + + dodoc README +} |