void-packages/srcpkgs/liboauth/template

31 lines
1,020 B
Plaintext

# Template file for 'liboauth'
pkgname=liboauth
version=0.9.4
revision=3
build_style=gnu-configure
configure_args="--enable-nss"
homepage="http://liboauth.sourceforge.net"
license="MIT"
makedepends="pkg-config 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}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
}
}