#Packager: George Vlahavas pkgname=liboauth pkgver=1.0.3 pkgrel=1gv source=("https://downloads.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://liboauth.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "liboauth (functions implementing the OAuth Core RFC 5849 standard)" "liboauth is 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." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux --disable-static make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }