Magellan Linux

Contents of /smage/trunk/extras/netcat-ssl/netcat-ssl-0.0.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1505 - (show annotations) (download)
Wed Dec 30 10:14:14 2009 UTC (14 years, 5 months ago) by niro
File size: 583 byte(s)
-rev bump to 0.0.5-r2
1 # $Id$
2
3 PNAME="netcat-ssl"
4 PVER="0.0.5"
5 PBUILD="r2"
6
7 PCATEGORIE="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="netcat-like program with SSL support."
11 HOMEPAGE="http://sourceforge.net/projects/nssl/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="nssl.$(echo ${PVER} | sed 's:\.::g').tgz"
16 SRCDIR="${BUILDDIR}/nssl"
17
18 sminclude mbuild mtools alx
19
20 SRC_URI=(
21 sourceforge://nssl/nssl/$(echo ${PVER} | sed 's:\.::g')/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge nssl"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30 mmake || die
31 }
32
33 src_install()
34 {
35 cd ${SRCDIR}
36 minstallexec nssl || die
37 }

Properties

Name Value
svn:keywords Id