mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
* Added airoscript, dispite the weird makefiles
This commit is contained in:
parent
a10f21013a
commit
a7fd5085bd
2 changed files with 30 additions and 0 deletions
1
net-wireless/airoscript/Manifest
Normal file
1
net-wireless/airoscript/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD airoscript-9999.ebuild 780 RMD160 19bc8514ea21dd97cd8bdcd367288613d0f1b2ad SHA1 677c4d463bb876658d35756beb4c2af0331dc440 SHA256 cc2eb4401c4c54ba9177a1eda8e0731fcc2a6b2b81768373c9c2f8947ed084d2
|
||||
29
net-wireless/airoscript/airoscript-9999.ebuild
Normal file
29
net-wireless/airoscript/airoscript-9999.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils subversion
|
||||
|
||||
DESCRIPTION="N00b scripts for aircrack-ng :-)"
|
||||
HOMEPAGE="http://www.aircrack-ng.org/"
|
||||
SRC_URI=""
|
||||
ESVN_REPO_URI="http://trac.aircrack-ng.org/svn/branch/airoscript"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 ~ppc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
RDEPEND="net-wireless/wireless-tools
|
||||
net-wireless/aircrack-ng"
|
||||
|
||||
src_compile() {
|
||||
elog "Nothing to compile"
|
||||
}
|
||||
|
||||
src_install () {
|
||||
rm /src/conffiles/screenrc
|
||||
sed -e '/PREFIX/ s:/usr/local:/usr:' -e '/MDK3/ s:local/::' -i src/conffiles/airoscript.conf
|
||||
emake -j1 prefix="${D}" sysconfdir="${D}etc" datarootdir="${D}usr/share" execprefix="${D}usr" install || die "emake install failed"
|
||||
}
|
||||
Loading…
Reference in a new issue