mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
install sample config files for airpwn, thanks smooth_penguin for spotting
This commit is contained in:
parent
1ea4a8edad
commit
f5b78de500
2 changed files with 7 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST airpwn-1.4.tgz 910109 RMD160 4703b31cbf70b5d7fac4b921722c81fde5e29bc7 SHA1 30df2f76cbbf35a9aa4053fa622f5249f2960e88 SHA256 f689cd5a9038832cb0aaefa18cae0c282a6bfbeea38819cf47f306f14344e164
|
||||
EBUILD airpwn-1.4.ebuild 802 RMD160 9b9defc6587ba464e6451ee1ba4e80ee9d078130 SHA1 9c8a6634e6c792095a1ca0f8928be9a29c9381ed SHA256 a16b049931122799a15599671cb766b7d2b99bccca22132bd55ecf393debcb7e
|
||||
EBUILD airpwn-1.4-r1.ebuild 892 RMD160 c7dfa52169530c2cfe38a297934158c21c038b73 SHA1 127c5984c68378e3a64307ef4f909864cdf5750a SHA256 f7725221b1b44970fb4189d0169aa6614a9a79abd43b29bfea1a1e736cdd346f
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/airpwn/$P.tgz"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
IUSE="+examples"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="net-wireless/lorcon-old
|
||||
|
|
@ -31,4 +31,9 @@ src_configure() {
|
|||
|
||||
src_install() {
|
||||
DESTDIR="${D}" emake install
|
||||
dodoc README
|
||||
if use examples; then
|
||||
docinto sample-configs
|
||||
dodoc conf/*
|
||||
fi
|
||||
}
|
||||
Loading…
Reference in a new issue