knocker-0.7.1-r2.ebuild 593 B

123456789101112131415161718192021222324252627282930
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. inherit base toolchain-funcs
  5. DESCRIPTION="Knocker is an easy to use security port scanner written in C"
  6. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  7. HOMEPAGE="http://knocker.sourceforge.net"
  8. SLOT="0"
  9. LICENSE="GPL-2"
  10. KEYWORDS="amd64 ppc x86"
  11. IUSE=""
  12. DEPEND=""
  13. RDEPEND=""
  14. DOCS="AUTHORS BUGS ChangeLog NEWS README TO-DO"
  15. PATCHES=( "${FILESDIR}"/${P}-free.patch )
  16. src_prepare() {
  17. # fix configure checks for compiler, wrt bug #442962
  18. tc-export CC
  19. base_src_prepare
  20. }