Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
Original Path: trunk/extras/portbunny/portbunny-1.0_20080312-r1.smage2
File size: 655 byte(s)
import repo
1 niro 2 # $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