23 lines
870 B
Text
23 lines
870 B
Text
# Template file for 'liboauth'
|
|
pkgname=liboauth
|
|
version=0.9.4
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-nss"
|
|
homepage="http://liboauth.sourceforge.net"
|
|
license="MIT"
|
|
revision=1
|
|
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"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build libcurl-devel
|
|
Add_dependency build nss-devel
|