summaryrefslogtreecommitdiffstats
path: root/yajl
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
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')
-rw-r--r--yajl/.footprint.i68622
-rw-r--r--yajl/.md5sum.i6860
-rw-r--r--yajl/Pkgfile19
3 files changed, 41 insertions, 0 deletions
diff --git a/yajl/.footprint.i686 b/yajl/.footprint.i686
new file mode 100644
index 000000000..828aec4e9
--- /dev/null
+++ b/yajl/.footprint.i686
@@ -0,0 +1,22 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/json_reformat
+-rwxr-xr-x root/root usr/bin/json_verify
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/yajl/
+-rw-r--r-- root/root usr/include/yajl/yajl_common.h
+-rw-r--r-- root/root usr/include/yajl/yajl_gen.h
+-rw-r--r-- root/root usr/include/yajl/yajl_parse.h
+-rw-r--r-- root/root usr/include/yajl/yajl_tree.h
+-rw-r--r-- root/root usr/include/yajl/yajl_version.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libyajl.so -> libyajl.so.2
+lrwxrwxrwx root/root usr/lib/libyajl.so.2 -> libyajl.so.2.0.5
+-rwxr-xr-x root/root usr/lib/libyajl.so.2.0.5
+-rw-r--r-- root/root usr/lib/libyajl_s.a
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/licenses/
+drwxr-xr-x root/root usr/share/licenses/yajl/
+-rw-r--r-- root/root usr/share/licenses/yajl/LICENSE
+drwxr-xr-x root/root usr/share/pkgconfig/
+-rw-r--r-- root/root usr/share/pkgconfig/yajl.pc
diff --git a/yajl/.md5sum.i686 b/yajl/.md5sum.i686
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/yajl/.md5sum.i686
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
+}