summaryrefslogtreecommitdiffstats
path: root/yajl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'yajl/Pkgfile')
-rw-r--r--yajl/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/yajl/Pkgfile b/yajl/Pkgfile
new file mode 100644
index 000000000..1f71212a5
--- /dev/null
+++ b/yajl/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Une bibliothèque JSON
+# URL: http://lloyd.github.com/yajl/
+# Maintainer: Dave Reisner <d@falconindy.com>
+# Packager: fanch
+# Depends on:
+
+name=yajl
+version=2.0.5
+release=1
+source=( )
+
+build() {
+ git clone git://github.com/lloyd/$name
+ cd $name
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make
+ make DESTDIR=$PKG install
+ install -Dm644 COPYING $PKG/usr/share/licenses/$name/LICENSE
+}