Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7777 - (show annotations) (download)
Tue Nov 17 10:45:57 2015 UTC (8 years, 6 months ago) by niro
File size: 597 byte(s)
-moved to 'core'
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 msetfeature "!check"
20 sminclude mtools mbuild
21
22 SRC_URI=(
23 sourceforge://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_sourceforge ${PNAME}"
28
29 src_install()
30 {
31 cd ${SRCDIR}
32 minstallexec nssl || die
33 }