diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-04-25 04:10:55 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-04-25 04:10:55 +0000 |
commit | b279c09300587b8af4c0a586220c1f03497fb2c4 (patch) | |
tree | 0c7c50afbaba470a0c28da8ffe6ad4d53c49c789 /dev-python/python-wpactrl/python-wpactrl-20081102.ebuild | |
parent | Bump to startup-notification-0.10 (diff) | |
download | gentoo-2-b279c09300587b8af4c0a586220c1f03497fb2c4.tar.gz gentoo-2-b279c09300587b8af4c0a586220c1f03497fb2c4.tar.bz2 gentoo-2-b279c09300587b8af4c0a586220c1f03497fb2c4.zip |
Initial ebuild of dev-python/python-wpactrl, written by myself.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-wpactrl/python-wpactrl-20081102.ebuild')
-rw-r--r-- | dev-python/python-wpactrl/python-wpactrl-20081102.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild b/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild new file mode 100644 index 000000000000..1296a4bcd567 --- /dev/null +++ b/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-wpactrl/python-wpactrl-20081102.ebuild,v 1.1 2009/04/25 04:10:55 darkside Exp $ + +inherit distutils + +DESCRIPTION="A Python extension for wpa_supplicant/hostapd control interface access" +HOMEPAGE="http://projects.otaku42.de/wiki/PythonWpaCtrl" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="|| ( GPL-2 BSD )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="" |