mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
new package: add package 'libtasn1'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
74e4f6cedd
commit
2f39104a8c
14
packages/security/libtasn1/build
Executable file
14
packages/security/libtasn1/build
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make
|
||||
$MAKEINSTALL
|
6
packages/security/libtasn1/install
Executable file
6
packages/security/libtasn1/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib
|
16
packages/security/libtasn1/meta
Normal file
16
packages/security/libtasn1/meta
Normal file
@ -0,0 +1,16 @@
|
||||
PKG_NAME="libtasn1"
|
||||
PKG_VERSION="2.9"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.gnupg.org/"
|
||||
PKG_URL="ftp://ftp.gnutls.org/pub/gnutls/libtasn1/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="security"
|
||||
PKG_SHORTDESC="libtasn1: Library for ASN.1 and DER manipulation"
|
||||
PKG_LONGDESC="Libtasn is a library written in C for manipulating ASN.1 objects including DER/BER encoding and DER/BER decoding. Libtasn is used by GnuTLS to manipulate X.509 objects and by GNU Shishi to handle Kerberos V5 packets."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="no"
|
Loading…
x
Reference in New Issue
Block a user