New package: liboauth-0.9.4.
This commit is contained in:
parent
a5fd228c89
commit
2fa7a613c9
|
@ -0,0 +1 @@
|
||||||
|
liboauth
|
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=0.9.4"
|
||||||
|
api_depends="${abi_depends}"
|
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'libasyncns-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libcurl-devel
|
||||||
|
Add_dependency run nss-devel
|
||||||
|
Add_dependency run liboauth
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||||
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
# 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"
|
||||||
|
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 run glibc
|
||||||
|
Add_dependency run libcurl
|
||||||
|
Add_dependency run nspr
|
||||||
|
Add_dependency run nss
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build libcurl-devel
|
||||||
|
Add_dependency build nss-devel
|
|
@ -843,3 +843,4 @@ libjavascriptcoregtk-1.0.so webkit-gtk webkit-gtk-devel
|
||||||
libjavascriptcoregtk-3.0.so webkit-gtk3 webkit-gtk3-devel
|
libjavascriptcoregtk-3.0.so webkit-gtk3 webkit-gtk3-devel
|
||||||
libgoa-1.0.so gnome-online-accounts gnome-online-accounts-devel
|
libgoa-1.0.so gnome-online-accounts gnome-online-accounts-devel
|
||||||
libgoa-backend-1.0.so gnome-online-accounts gnome-online-accounts-devel
|
libgoa-backend-1.0.so gnome-online-accounts gnome-online-accounts-devel
|
||||||
|
liboauth.so liboauth liboauth-devel
|
||||||
|
|
Loading…
Reference in New Issue