Update to 0.9.8g. Remove -libs subpackage.
This commit is contained in:
1
openssl/meta/depend
Normal file
1
openssl/meta/depend
Normal file
@@ -0,0 +1 @@
|
||||
TGCossld openssl auto
|
||||
@@ -1,41 +1,27 @@
|
||||
[openssl]
|
||||
pkgname="${pkgprefix}ossl${abbrev_ver}"
|
||||
name="OpenSSL - Secure Socket Layer"
|
||||
pkgcat="application"
|
||||
pkgname="${pkgprefix}ossl"
|
||||
name="openssl - Secure Sockets Layer"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://www.openssl.org"
|
||||
pkgdesc="Toolkit implementing SSL v2/v3 and TLS v1"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_bindir
|
||||
$_libdir/*.so.*
|
||||
$_libdir/engines/*.so
|
||||
$_mandir/man{1,5,7}
|
||||
$_sharedir/ssl
|
||||
|
||||
[openssl-devel]
|
||||
pkgname="${pkgprefix}ossld"
|
||||
name="openssl-devel - Development support for openssl"
|
||||
pkgcat="application"
|
||||
pkgvendor="http://www.openssl.org"
|
||||
pkgdesc="Files needed for developing with openssl"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_includedir
|
||||
$_libdir/*.so
|
||||
$_libdir/pkgconfig
|
||||
ssl
|
||||
dir ${_libdir}
|
||||
dir ${_mandir}
|
||||
|
||||
[openssl-lib]
|
||||
pkgname="${pkgprefix}ossl${abbrev_ver}lib"
|
||||
name="OpenSSL - Secure Socket Layer"
|
||||
pkgcat="library"
|
||||
pkgvendor="http://www.openssl.org"
|
||||
pkgdesc="Toolkit implementing SSL v2/v3 and TLS v1"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_libdir/*.so.*
|
||||
$_libdir/engines/*.so
|
||||
dir $_libdir
|
||||
dir $_libdir/engines
|
||||
|
||||
[openssl-dman]
|
||||
pkgname="${pkgprefix}ossl${abbrev_ver}"
|
||||
name="OpenSSL - Secure Socket Layer"
|
||||
pkgcat="application"
|
||||
pkgvendor="http://www.openssl.org"
|
||||
pkgdesc="Toolkit implementing SSL v2/v3 and TLS v1"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_mandir/man3
|
||||
dir ${_mandir}
|
||||
|
||||
|
||||
27
openssl/meta/relnotes
Normal file
27
openssl/meta/relnotes
Normal file
@@ -0,0 +1,27 @@
|
||||
PACKAGE DETAILS
|
||||
---------------
|
||||
Name: %%PKGNAME%%
|
||||
Version: %%SOURCE_AND_VER%%
|
||||
Vendor: %%VENDOR%%
|
||||
Packager: %%PKGEDBY%%
|
||||
|
||||
Source (sha1sum):
|
||||
%%SOURCE_SHA1SUM%%
|
||||
|
||||
BUILD DETAILS
|
||||
-------------
|
||||
Compiler:
|
||||
%%COMPILER%%
|
||||
|
||||
Environment:
|
||||
%%ENVIRONMENT%%
|
||||
|
||||
Configure:
|
||||
%%CONFIGURE%%
|
||||
|
||||
KNOWN DEPENDENCIES
|
||||
------------------
|
||||
%%DEPENDENCIES%%
|
||||
|
||||
ERRORS/MISCELLANEOUS
|
||||
--------------------
|
||||
Reference in New Issue
Block a user