Magellan Linux

Contents of /branches/R11-unstable/extras/netcat/netcat-0.7.1-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11274 - (show annotations) (download)
Thu Mar 1 13:38:38 2012 UTC (12 years, 2 months ago) by niro
Original Path: trunk/extras/netcat/netcat-0.7.1-r6.smage2
File size: 453 byte(s)
auto added: ver bump to 0.7.1-r6
1 # $Id$
2
3 PNAME="netcat"
4 PVER="0.7.1"
5 PBUILD="r6"
6
7 PCAT="net-misc"
8
9 DESCRIPTION="netcat is the TCP/IP swiss army knife networking utility."
10 HOMEPAGE="http://netcat.sourceforge.net/"
11
12 DEPEND=">= virtual/glibc"
13 SDEPEND=">= sys-dev/gettext-0.17"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME}"