liboauth: remove long_desc.
This commit is contained in:
parent
696212127a
commit
f84bef8e15
|
@ -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 <xtraeme@gmail.com>"
|
||||
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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue