gsasl: remove long_desc.

This commit is contained in:
Juan RP 2014-02-20 09:34:23 +01:00
parent 131ec8b6e4
commit ade1de91d9
1 changed files with 6 additions and 18 deletions

View File

@ -1,44 +1,32 @@
# Template file for 'gsasl'
pkgname=gsasl
version=1.8.0
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-gssapi-impl=mit"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
makedepends="pkg-config readline-devel gnutls-devel>=3.1.5
libidn-devel mit-krb5-devel"
hostmakedepends="pkg-config"
makedepends="readline-devel gnutls-devel>=3.1.5 libidn-devel mit-krb5-devel"
short_desc="GNU SASL framework and a few common SASL mechanisms"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.gnu.org/software/gsasl"
license="GPL-3"
checksum=310262d1ded082d1ceefc52d6dad265c1decae8d84e12b5947d9b1dd193191e5
long_desc="
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL consists of a library (libgsasl), a command line utility (gsasl) to
access the library from the shell, and a manual. The library includes support
for the framework (with authentication functions and application data privacy
and integrity functions) and at least partial support for the CRAM-MD5,
EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, SCRAM-SHA-1,
SCRAM-SHA-1-PLUS, LOGIN, and NTLM mechanisms."
libgsasl_package() {
short_desc+=" - Runtime library"
pkg_install() {
vmove "usr/lib/*.so*"
vmove usr/share/locale
vmove "usr/lib/*.so.*"
}
}
gsasl-devel_package() {
depends="libgcrypt-devel libgpg-error-devel libidn-devel libgsasl>=${version}"
depends="libgcrypt-devel libgpg-error-devel libidn-devel libgsasl>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share/man/man3
}