Magellan Linux

Contents of /trunk/todo/portbunny/portbunny-1.0_20080312-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2520 - (show annotations) (download)
Thu Jul 9 20:26:21 2009 UTC (14 years, 10 months ago) by niro
File size: 655 byte(s)
-moved to 'todo'
1 # $Header$
2
3 PNAME="portbunny"
4 PVER="1.0_20080312"
5 PBUILD="r1"
6
7 PCATEGORIE="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="Portbunny is a reliable and fast TCP-SYN-port-scanner."
11 HOMEPAGE="http://www.recurity-labs.com/portbunny/portbunny.html"
12
13 DEPEND=">= dev-lang/python-2.5"
14 SDEPEND=">= virtual/kernel-sources"
15
16 SRCFILE="PortBunny-${PVER:10:2}${PVER:8:2}${PVER:6:2}.tar.bz2"
17 SRCDIR="${BUILDDIR}/PortBunny-${PVER:10:2}${PVER:8:2}${PVER:6:2}-2-dev"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.recurity-labs.com/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 # the makefile is a mess
31 mmake -C ${LINUX_SOURCES} M=$(pwd) || die
32 }

Properties

Name Value
svn:keywords Id