Magellan Linux

Contents of /smage/trunk/extras/nssl/nssl-005-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7056 - (show annotations) (download)
Fri Sep 4 09:49:40 2015 UTC (8 years, 9 months ago) by niro
File size: 510 byte(s)
-fixed dependencies
1 # $Id$
2
3 PNAME="nssl"
4 PVER="005"
5 PBUILD="r1"
6
7 PCAT="net-misc"
8
9 DESCRIPTION="nssl is intended to be a netcat-like program with transparent Secure Socket Layer support."
10 HOMEPAGE="http://nssl.sourceforge.net/"
11
12 DEPEND=">= dev-libs/openssl-1.0.2"
13 SDEPEND=">= virtual/kernel-headers
14 >= dev-libs/openssl-dev-1.0.2"
15
16 SRCFILE="${PNAME}.${PVER}.tgz"
17 SRCDIR="${BUILDDIR}/${PNAME}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 sourceforge://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME}"