gnutls: update to 2.12.17.
This commit is contained in:
parent
70d91717a9
commit
a487d2deca
|
@ -1,15 +1,11 @@
|
||||||
# Template file for 'gnutls-tools'.
|
# Template file for 'gnutls-tools'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${short_desc} (bundled tools)"
|
short_desc="${short_desc} (bundled tools)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the tools that come with gnutls."
|
This package contains the tools that come with gnutls."
|
||||||
|
|
||||||
Add_dependency run libgcrypt
|
do_install() {
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/share/man
|
mkdir -p ${DESTDIR}/usr/share/man
|
||||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/man/man1 ${DESTDIR}/usr/share/man
|
mv ${SRCPKGDESTDIR}/usr/share/man/man1 ${DESTDIR}/usr/share/man
|
||||||
|
|
|
@ -2,10 +2,10 @@ libtasn1.so.3
|
||||||
libgcrypt.so.11
|
libgcrypt.so.11
|
||||||
libgpg-error.so.0
|
libgpg-error.so.0
|
||||||
libz.so.1
|
libz.so.1
|
||||||
libdl.so.2
|
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
liblzo2.so.2
|
liblzo2.so.2
|
||||||
libstdc++.so.6
|
libstdc++.so.6
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
|
libp11-kit.so.0
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
# Template build file for 'gnutls'.
|
# Template build file for 'gnutls'.
|
||||||
pkgname=gnutls
|
pkgname=gnutls
|
||||||
version=2.12.7
|
version=2.12.17
|
||||||
#distfiles="ftp://ftp.gnutls.org/pub/gnutls/gnutls-$version.tar.bz2"
|
#distfiles="ftp://ftp.gnutls.org/pub/gnutls/gnutls-$version.tar.bz2"
|
||||||
distfiles="http://mirror.symnds.com/software/GNU/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://mirror.symnds.com/software/GNU/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-lzo --with-zlib --disable-guile --with-libgcrypt"
|
configure_args="--with-lzo --with-zlib --disable-guile --with-libgcrypt"
|
||||||
revision=1
|
|
||||||
short_desc="GNU Transport Layer Security library"
|
short_desc="GNU Transport Layer Security library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/gnutls/"
|
homepage="http://www.gnu.org/software/gnutls/"
|
||||||
license="GPL-3, LGPL-2.1"
|
license="GPL-3, LGPL-2.1"
|
||||||
checksum=77d84fe63a249dcdace421fb9e162cfde9a3f2c7be29007799fcfa2856a87527
|
checksum=588ad6b0901c789f2f6afcec88ac4d688801bf1a024c9afa08706bb8d9868bf3
|
||||||
long_desc="
|
long_desc="
|
||||||
GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and
|
GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and
|
||||||
SSL 3.0 protocols. The library does not include any patented algorithms and
|
SSL 3.0 protocols. The library does not include any patented algorithms and
|
||||||
|
@ -30,10 +29,11 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel $pkgname-tools"
|
subpackages="$pkgname-devel $pkgname-tools"
|
||||||
|
|
||||||
Add_dependency build libgpg-error-devel
|
Add_dependency build pkg-config
|
||||||
Add_dependency build libstdc++-devel
|
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
|
Add_dependency build lzo-devel
|
||||||
Add_dependency build readline-devel
|
Add_dependency build readline-devel
|
||||||
|
Add_dependency build libgpg-error-devel
|
||||||
Add_dependency build libtasn1-devel
|
Add_dependency build libtasn1-devel
|
||||||
Add_dependency build libgcrypt-devel
|
Add_dependency build libgcrypt-devel
|
||||||
Add_dependency build lzo-devel
|
Add_dependency build p11-kit-devel
|
||||||
|
|
Loading…
Reference in New Issue