First 0.9.7d package in CVS.

- Move to pkgdef
- Avoid libgcc_s.so.1 depend
This commit is contained in:
Tom G. Christensen
2004-10-07 12:00:25 +00:00
committed by tgc
parent 969817e998
commit 1471142289
3 changed files with 40 additions and 66 deletions

27
openssl/meta/pkgdef Normal file
View File

@@ -0,0 +1,27 @@
[openssl]
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)
$_bindir
$_includedir
$_libdir/*.so
$_libdir/*.a
$_libdir/pkgconfig
$_mandir
ssl
dir ${_libdir}
[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.*
dir $_libdir

View File

@@ -1,11 +0,0 @@
PKG="%%pkgname%%"
NAME="%%name%%"
ARCH="sparc"
VERSION="%%version%%"
CATEGORY="%%pkgcat%%"
VENDOR="%%pkgvendor%%"
EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk"
PSTAMP="%%pkgver%%"
BASEDIR="%%topinstalldir%%"
CLASSES="none"
DESC="%%pkgdesc%%"