summaryrefslogtreecommitdiffstats
path: root/liboauth/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'liboauth/Pkgfile')
-rw-r--r--liboauth/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/liboauth/Pkgfile b/liboauth/Pkgfile
new file mode 100644
index 0000000..57519dc
--- /dev/null
+++ b/liboauth/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Bibliothèque implémentant le protocol ouvert OAuth
+# URL: http://liboauth.sourceforge.net/
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on: curl, nss
+
+name=liboauth
+version=0.9.4
+release=1
+
+source=( http://downloads.sourceforge.net/$name/$name-$version.tar.gz )
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --enable-nss
+ make
+ make DESTDIR=$PKG install
+}
+