From f84bef8e1517b4ead272c9eb8c8f1f51a349b06e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 19 Feb 2014 09:33:51 +0100 Subject: [PATCH] liboauth: remove long_desc. --- srcpkgs/liboauth/template | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/srcpkgs/liboauth/template b/srcpkgs/liboauth/template index ffbf97c293a..ea6170ba9a1 100644 --- a/srcpkgs/liboauth/template +++ b/srcpkgs/liboauth/template @@ -1,30 +1,26 @@ # Template file for 'liboauth' pkgname=liboauth version=0.9.4 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-nss" homepage="http://liboauth.sourceforge.net" license="MIT" -makedepends="pkg-config libcurl-devel nss-devel" +hostmakedepends="pkg-config" +makedepends="libcurl-devel nss-devel" short_desc="C library implementing OAuth Core RFC 5849" maintainer="Juan RP " distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" checksum=77e372359caca5375fbcc63ac638f349e6c93c98d291992d8ebb9bb8291ca549 -long_desc=" - liboauth is a collection of POSIX-c functions implementing the OAuth Core - RFC 5849 standard. liboauth provides functions to escape and encode - parameters according to OAuth specification and offers high-level - functionality to sign requests or verify OAuth signatures as well as - perform HTTP requests." liboauth-devel_package() { - depends="libcurl-devel nss-devel liboauth>=${version}" + depends="libcurl-devel nss-devel liboauth>=${version}_${revision}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove usr/share vmove usr/lib/pkgconfig vmove "usr/lib/*.a" + vmove "usr/lib/*.so" } }