description="C library implementing OAuth Core RFC 5849"
url="http://sourceforge.net/projects/liboauth"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(curl nss)

name=liboauth
version=1.0.3
release=4

source=( http://www.linuxfromscratch.org/patches/blfs/svn/$name-$version-openssl-1.1.0-3.patch
	http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
 

build() {
cd $name-$version
patch -Np1 -i ../liboauth-1.0.3-openssl-1.1.0-3.patch
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/liboauth.la
}
