milis/talimatname/genel/l/liboauth/talimat

21 lines
509 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: 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
# Paketçi: milisarge
# Gerekler: curl nss
# Grup: ağ kütüphane
isim=liboauth
surum=1.0.3
devir=1
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}