mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
enum4linux: missing ebuild added
This commit is contained in:
parent
778ef61195
commit
1684f02ca0
1 changed files with 29 additions and 0 deletions
29
net-analyzer/enum4linux/enum4linux-0.8.9.ebuild
Normal file
29
net-analyzer/enum4linux/enum4linux-0.8.9.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
DESCRIPTION="a tool for enumerating information from Windows and Samba systems"
|
||||
HOMEPAGE="http://labs.portcullis.co.uk/application/enum4linux/"
|
||||
SRC_URI="http://labs.portcullis.co.uk/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="+polenum ldap"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-lang/perl
|
||||
net-fs/samba
|
||||
polenum? ( net-analyzer/polenum )
|
||||
ldap? ( net-nds/openldap )"
|
||||
|
||||
src_install () {
|
||||
dobin enum4linux.pl || die "install failed"
|
||||
dosym /usr/bin/enum4linux.pl /usr/bin/enum4linux
|
||||
dodir /usr/share/enum4linux
|
||||
insinto /usr/share/enum4linux
|
||||
doins share-list.txt
|
||||
dodoc CHANGELOG
|
||||
}
|
||||
Loading…
Reference in a new issue