Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82727 - wepdecrypt-0.5 (New Package)
Summary: wepdecrypt-0.5 (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Crypto team [DISABLED]
URL: http://wepdecrypt.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-02-20 13:07 UTC by Fernando Tarín Morales
Modified: 2005-06-21 05:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for wepdecrypt (wepdecrypt-0.5.ebuild,654 bytes, text/plain)
2005-02-20 13:08 UTC, Fernando Tarín Morales
Details
wepdecrypt-0.5.ebuild (wepdecrypt-0.5.ebuild,655 bytes, text/plain)
2005-03-27 12:55 UTC, Federico Moro
Details
Ebuild for wepdecrypt 0.5 (man installation added) (wepdecrypt-0.5.ebuild,680 bytes, text/plain)
2005-03-27 13:26 UTC, Fernando Tarín Morales
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando Tarín Morales 2005-02-20 13:07:17 UTC
Ebuild for wepdecrypt http://wepdecrypt.sourceforge.net
Comment 1 Fernando Tarín Morales 2005-02-20 13:08:51 UTC
Created attachment 51714 [details]
ebuild for wepdecrypt
Comment 2 Fernando Tarín Morales 2005-02-21 02:39:26 UTC
Comment on attachment 51714 [details]
ebuild for wepdecrypt

># Distributed under the terms of the GNU General Public License v2
>
>inherit eutils
>
>MY_P="WepDecrypt-${PV}"
>DESCRIPTION="Enhanced version of WepAttack a tool for breaking 802.11 WEP keys"
>HOMEPAGE="http://wepdecrypt.sourceforge.net/"
>SRC_URI="mirror://sourceforge/wepdecrypt/${MY_P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="x86 ~amd64"
>IUSE=""
>
>DEPEND="sys-libs/zlib
>	virtual/libpcap
>	dev-libs/openssl"
>
>S=${WORKDIR}/WepDecrypt
>
>src_compile() {
>	local myconf
>	econf || die
>	emake || die
>}
>
>src_install() {
>       dobin src/wepdecrypt run/wepdecrypt_{inc,word} || die
>       insinto /etc
>       doins conf/wepdecrypt.conf
>       doman doc/wepdecrypt.1.gz
>	dodoc CHANGELOG README
>}
Comment 3 Fernando Tarín Morales 2005-02-21 02:40:49 UTC
Comment on attachment 51714 [details]
ebuild for wepdecrypt

># Distributed under the terms of the GNU General Public License v2
>
>inherit eutils
>
>MY_P="WepDecrypt-${PV}"
>DESCRIPTION="Enhanced version of WepAttack a tool for breaking 802.11 WEP keys"
>HOMEPAGE="http://wepdecrypt.sourceforge.net/"
>SRC_URI="mirror://sourceforge/wepdecrypt/${MY_P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="x86 ~amd64"
>IUSE=""
>
>DEPEND="sys-libs/zlib
>	virtual/libpcap
>	dev-libs/openssl"
>
>S=${WORKDIR}/WepDecrypt
>
>src_compile() {
>	local myconf
>	econf || die
>	emake || die
>}
>
>src_install() {
>        dobin src/wepdecrypt run/wepdecrypt_{inc,word} || die
>        insinto /etc
>        doins conf/wepdecrypt.conf
	doman doc/wepdecrypt.1.gz
>	dodoc CHANGELOG README
>}
Comment 4 Fernando Tarín Morales 2005-02-21 02:45:07 UTC
Comment on attachment 51714 [details]
ebuild for wepdecrypt

># Distributed under the terms of the GNU General Public License v2
>
>inherit eutils
>
>MY_P="WepDecrypt-${PV}"
>DESCRIPTION="Enhanced version of WepAttack a tool for breaking 802.11 WEP keys"
>HOMEPAGE="http://wepdecrypt.sourceforge.net/"
>SRC_URI="mirror://sourceforge/wepdecrypt/${MY_P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="x86 ~amd64"
>IUSE=""
>
>DEPEND="sys-libs/zlib
>	virtual/libpcap
>	dev-libs/openssl"
>
>S=${WORKDIR}/WepDecrypt
>
>src_compile() {
>	local myconf
>	econf || die
>	emake || die
>}
>
>src_install() {
>        dobin src/wepdecrypt run/wepdecrypt_{inc,word} || die
>        insinto /etc
>        doins conf/wepdecrypt.conf

>	emake || die
>}
>
>src_install() {
>       dobin src/wepdecrypt run/wepdecrypt_{inc,word} || die
>       insinto /etc
>       doins conf/wepdecrypt.conf	
>	doman conf/wepdecrypter.1.gz
>	dodoc CHANGELOG README
>}
Comment 5 Federico Moro 2005-03-27 12:55:57 UTC
Created attachment 54618 [details]
wepdecrypt-0.5.ebuild

Ebuild for wepdecrypt 0.5
Comment 6 Fernando Tarín Morales 2005-03-27 13:26:07 UTC
Created attachment 54620 [details]
Ebuild for wepdecrypt 0.5 (man installation added)
Comment 7 Christoph Brill (egore) (RESIGNED) 2005-06-09 10:08:19 UTC
The author provides an ebuild himself.

http://wepdecrypt.sourceforge.net/wepdecrypt-0.6.ebuild
Comment 8 Daniel Black (RETIRED) gentoo-dev 2005-06-21 05:43:35 UTC
added finally  - thankyou.