Christian Wiese
13 years ago
3 changed files with 84 additions and 0 deletions
@ -0,0 +1,23 @@
|
||||
|
||||
[TIMESTAMP] 1321399898 Wed Nov 16 00:31:38 2011 |
||||
[BUILDTIME] 100 (9) |
||||
[SIZE] 0.13 MB, 9 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] linux-header |
||||
[DEP] make |
||||
[DEP] openssl |
||||
[DEP] runit |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
@ -0,0 +1,28 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../ucspi-ssl/ucspi-ssl.conf |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# ucspi-ssl is following slashpackage confentions |
||||
srcdir=host/superscript.com/net/$pkg-$ver |
||||
|
||||
pkg_ucspi_ssl_compile() { |
||||
./package/compile - sslperl |
||||
} |
||||
custmain='pkg_ucspi_ssl_compile' |
||||
|
||||
pkg_ucspi_ssl_install() { |
||||
for cmd in sslserver sslclient; do |
||||
cp -avp command/$cmd $root$bindir |
||||
done |
||||
} |
||||
hook_add postmake 5 'pkg_ucspi_ssl_install' |
@ -0,0 +1,33 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../ucspi-ssl/ucspi-ssl.desc |
||||
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A set of command-line tools for building SSL client-server applications |
||||
|
||||
[T] ucspi-ssl provides command-line tools for building SSL client-server |
||||
[T] applications. They conform to the UNIX Client-Server Program Interface, |
||||
[T] UCSPI. |
||||
|
||||
[U] http://www.superscript.com/ucspi-ssl/ |
||||
|
||||
[A] SuperScript Technology, Inc. <sst@superscript.com> |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/network |
||||
|
||||
[L] OpenSource |
||||
[S] Stable |
||||
[V] 0.70 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 2111807631 ucspi-ssl-0.70.tar.gz http://www.superscript.com/ucspi-ssl/ |
Loading…
Reference in new issue