summaryrefslogtreecommitdiff
path: root/ucl
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-04-01 19:24:36 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-04-01 19:24:36 +1000
commit505cb5f990deebef98d54af158ab4c2ff5e80eab (patch)
tree76d787df0d52540dc296c17d5c3c81132f74939b /ucl
parent49651fedfaf01407ec4e2a669f10685994bb1d16 (diff)
downloadcontrib-505cb5f990deebef98d54af158ab4c2ff5e80eab.tar.gz
contrib-505cb5f990deebef98d54af158ab4c2ff5e80eab.tar.xz
libucl: renamed to ucl
Diffstat (limited to 'ucl')
-rw-r--r--ucl/.footprint12
-rw-r--r--ucl/.md5sum1
-rw-r--r--ucl/Pkgfile22
3 files changed, 35 insertions, 0 deletions
diff --git a/ucl/.footprint b/ucl/.footprint
new file mode 100644
index 000000000..37fa5dee3
--- /dev/null
+++ b/ucl/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/ucl/
+-rw-r--r-- root/root usr/include/ucl/ucl.h
+-rw-r--r-- root/root usr/include/ucl/ucl_asm.h
+-rw-r--r-- root/root usr/include/ucl/uclconf.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libucl.a
+-rwxr-xr-x root/root usr/lib/libucl.la
+lrwxrwxrwx root/root usr/lib/libucl.so -> libucl.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libucl.so.1 -> libucl.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libucl.so.1.0.0
diff --git a/ucl/.md5sum b/ucl/.md5sum
new file mode 100644
index 000000000..ef1d345f4
--- /dev/null
+++ b/ucl/.md5sum
@@ -0,0 +1 @@
+852bd691d8abc75b52053465846fba34 ucl-1.03.tar.gz
diff --git a/ucl/Pkgfile b/ucl/Pkgfile
new file mode 100644
index 000000000..f809dd63a
--- /dev/null
+++ b/ucl/Pkgfile
@@ -0,0 +1,22 @@
+# Description: A portable lossless data compression library written in ANSI C.
+# URL: http://www.oberhumer.com/opensource/ucl/
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Packager: Younes Hafri ycrux at club-internet dot fr
+# Depends on:
+
+name=ucl
+version=1.03
+release=1
+source=(http://www.oberhumer.com/opensource/ucl/download/ucl-$version.tar.gz)
+
+build() {
+ cd ucl-$version
+
+ ./configure \
+ --prefix=/usr \
+ --enable-shared
+
+ make
+ make prefix=$PKG/usr install
+}
+

Generated by cgit