libassuan: remove long_desc.
This commit is contained in:
parent
b6e2761aac
commit
af7ea0a3a0
1 changed files with 3 additions and 10 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'libassuan'
|
||||
pkgname=libassuan
|
||||
version=2.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libgpg-error-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
makedepends="libgpg-error-devel"
|
||||
short_desc="IPC library used by some GnuPG related software"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -10,17 +11,9 @@ license="GPL-2"
|
|||
homepage="http://www.gnupg.org/related_software/libassuan"
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=23e2d67779b88e90d29fe1df6b157109f1c2a647d0f1b2a0f4295bb3c0b2039d
|
||||
long_desc="
|
||||
Libassuan is a small library implementing the so-called Assuan protocol. This
|
||||
protocol is used for IPC between most newer GnuPG components. Both, server
|
||||
and client side functions are provided."
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="libgpg-error-devel"
|
||||
fi
|
||||
|
||||
libassuan-devel_package() {
|
||||
depends="libgpg-error-devel libassuan-${version}_${revision}"
|
||||
depends="libgpg-error-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
|
|
Loading…
Reference in a new issue