20 lines
500 B
Plaintext
20 lines
500 B
Plaintext
# Description: Http://oauth.net/ protokolünün bir POSIX-C uygulaması. LibOauth, URL'leri kodlamak ve HTTP istek verisini oAuth standardına göre imzalamak için işlevsellik sağlar.
|
||
# URL: http://sourceforge.net/projects/liboauth
|
||
# Packager: milisarge
|
||
# Depends on: curl nss
|
||
|
||
name=liboauth
|
||
version=1.0.3
|
||
release=1
|
||
|
||
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
|
||
|
||
|
||
build() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr \
|
||
--disable-static
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|