summaryrefslogtreecommitdiffstats
path: root/yajl/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-04-19 10:50:50 +0200
committerorchidman <lesibel@free.fr>2012-04-19 10:50:50 +0200
commit4ae2bb47ee5fd307babc97e02b283b8f768f2505 (patch)
tree55704d4b559e405819225ff9f61552cdd0cd5a8a /yajl/Pkgfile
parent02873d4be01dc5f4cefc182dfb97f07663588437 (diff)
downloadnutyx-extra-4ae2bb47ee5fd307babc97e02b283b8f768f2505.tar.gz
nutyx-extra-4ae2bb47ee5fd307babc97e02b283b8f768f2505.tar.bz2
nutyx-extra-4ae2bb47ee5fd307babc97e02b283b8f768f2505.tar.xz
nutyx-extra-4ae2bb47ee5fd307babc97e02b283b8f768f2505.zip
yajl 2.0.5-1 ajout port
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
+}