2011-09-29 11:03:27 +02:00
|
|
|
# Template file for 'liboauth'
|
|
|
|
pkgname=liboauth
|
|
|
|
version=0.9.4
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-09-29 11:03:27 +02:00
|
|
|
configure_args="--enable-nss"
|
|
|
|
homepage="http://liboauth.sourceforge.net"
|
|
|
|
license="MIT"
|
2012-05-23 08:14:33 +02:00
|
|
|
revision=2
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config libcurl-devel nss-devel"
|
2011-09-29 11:03:27 +02:00
|
|
|
short_desc="C library implementing OAuth Core RFC 5849"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
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."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|