diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2003-10-20 22:41:29 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2003-10-20 22:41:29 +0000 |
commit | 668ff7c60c40738962fd12c9ee74d8e3b39e83c1 (patch) | |
tree | 354916af23e5019d9cbc64cc02a0fe66f3406cbc /net-wireless/hostap-utils | |
parent | new package (diff) | |
download | gentoo-2-668ff7c60c40738962fd12c9ee74d8e3b39e83c1.tar.gz gentoo-2-668ff7c60c40738962fd12c9ee74d8e3b39e83c1.tar.bz2 gentoo-2-668ff7c60c40738962fd12c9ee74d8e3b39e83c1.zip |
new package
Diffstat (limited to 'net-wireless/hostap-utils')
-rw-r--r-- | net-wireless/hostap-utils/ChangeLog | 10 | ||||
-rw-r--r-- | net-wireless/hostap-utils/Manifest | 4 | ||||
-rw-r--r-- | net-wireless/hostap-utils/files/digest-hostap-utils-0.1.0 | 1 | ||||
-rw-r--r-- | net-wireless/hostap-utils/hostap-utils-0.1.0.ebuild | 29 | ||||
-rw-r--r-- | net-wireless/hostap-utils/metadata.xml | 10 |
5 files changed, 52 insertions, 2 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog new file mode 100644 index 000000000000..a49c3f4cf648 --- /dev/null +++ b/net-wireless/hostap-utils/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-wireless/hostap-utils +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.1 2003/10/20 22:41:15 wschlich Exp $ + +*hostap-utils-0.1.0 (21 Oct 2003) + + 21 Oct 2003; Wolfram Schlich <wschlich@gentoo.org> + hostap-utils-0.1.0.ebuild, metadata.xml: + Initial import + diff --git a/net-wireless/hostap-utils/Manifest b/net-wireless/hostap-utils/Manifest index 410d294b47dd..44602ed0321f 100644 --- a/net-wireless/hostap-utils/Manifest +++ b/net-wireless/hostap-utils/Manifest @@ -1,4 +1,4 @@ MD5 74bb73664dc45afda299c91166019941 metadata.xml 337 -MD5 943ceec2d12c518efdd00e10e7bf79a9 hostap-utils-0.1.0.ebuild 632 -MD5 ad835659fd6232057a69f5405fee80e8 ChangeLog 283 +MD5 a9f4bd5d860925cc4f265b2659d26d19 hostap-utils-0.1.0.ebuild 748 +MD5 9de122c34265e74301ff26310b39b5e0 ChangeLog 383 MD5 0ba7ca078008d8086fe7553380c18770 files/digest-hostap-utils-0.1.0 69 diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.1.0 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.1.0 new file mode 100644 index 000000000000..5064d5204304 --- /dev/null +++ b/net-wireless/hostap-utils/files/digest-hostap-utils-0.1.0 @@ -0,0 +1 @@ +MD5 3fd57a5e2bca550d1795a188c1ecc8b9 hostap-utils-0.1.0.tar.gz 51403 diff --git a/net-wireless/hostap-utils/hostap-utils-0.1.0.ebuild b/net-wireless/hostap-utils/hostap-utils-0.1.0.ebuild new file mode 100644 index 000000000000..eb7d2506bf23 --- /dev/null +++ b/net-wireless/hostap-utils/hostap-utils-0.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.1.0.ebuild,v 1.1 2003/10/20 22:41:15 wschlich Exp $ + +inherit eutils + +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" +IUSE="" +DEPEND=">=net-wireless/hostap-driver-0.1.0" +S="${WORKDIR}/${P}" + +src_compile() { + emake CC="${CC}" CFLAGS="${CFLAGS}" || die +} + +src_install() { + for i in \ + hostap_crypt_conf hostap_diag hostap_io_debug hostap_rid \ + prism2_param prism2_srec \ + split_combined_hex; do + dosbin "${i}" + done + dodoc README +} diff --git a/net-wireless/hostap-utils/metadata.xml b/net-wireless/hostap-utils/metadata.xml new file mode 100644 index 000000000000..e15b8132b8ac --- /dev/null +++ b/net-wireless/hostap-utils/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>wschlich@gentoo.org</email> + <name>Wolfram Schlich</name> + </maintainer> + <longdescription>Utility programs for hostap-driver</longdescription> +</pkgmetadata> |