Ebuild for wepdecrypt http://wepdecrypt.sourceforge.net
Created attachment 51714 [details] ebuild for wepdecrypt
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 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 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 >}
Created attachment 54618 [details] wepdecrypt-0.5.ebuild Ebuild for wepdecrypt 0.5
Created attachment 54620 [details] Ebuild for wepdecrypt 0.5 (man installation added)
The author provides an ebuild himself. http://wepdecrypt.sourceforge.net/wepdecrypt-0.6.ebuild
added finally - thankyou.