summaryrefslogtreecommitdiff
path: root/lcms2-32
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2014-02-17 01:12:24 +1100
committerDanny Rawlins <monster.romster@gmail.com>2014-02-17 01:12:24 +1100
commit4bf218b220682e699973849c71eb5b6804831d89 (patch)
tree9591e30ebd7017514819b466bf5268c7e82a611d /lcms2-32
parente631bfa41d00270fc11ed34abb119552453a5340 (diff)
downloadcompat-32-4bf218b220682e699973849c71eb5b6804831d89.tar.gz
compat-32-4bf218b220682e699973849c71eb5b6804831d89.tar.xz
lcms2-32: initial import
Diffstat (limited to 'lcms2-32')
-rw-r--r--lcms2-32/.32bit0
-rw-r--r--lcms2-32/.footprint9
-rw-r--r--lcms2-32/.md5sum1
-rw-r--r--lcms2-32/Pkgfile23
4 files changed, 33 insertions, 0 deletions
diff --git a/lcms2-32/.32bit b/lcms2-32/.32bit
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/lcms2-32/.32bit
diff --git a/lcms2-32/.footprint b/lcms2-32/.footprint
new file mode 100644
index 00000000..fd165b63
--- /dev/null
+++ b/lcms2-32/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib32/
+-rw-r--r-- root/root usr/lib32/liblcms2.a
+-rwxr-xr-x root/root usr/lib32/liblcms2.la
+lrwxrwxrwx root/root usr/lib32/liblcms2.so -> liblcms2.so.2.0.5
+lrwxrwxrwx root/root usr/lib32/liblcms2.so.2 -> liblcms2.so.2.0.5
+-rwxr-xr-x root/root usr/lib32/liblcms2.so.2.0.5
+drwxr-xr-x root/root usr/lib32/pkgconfig/
+-rw-r--r-- root/root usr/lib32/pkgconfig/lcms2.pc
diff --git a/lcms2-32/.md5sum b/lcms2-32/.md5sum
new file mode 100644
index 00000000..3d53d2ce
--- /dev/null
+++ b/lcms2-32/.md5sum
@@ -0,0 +1 @@
+396d106600251441ff195fcaa277d10b lcms2-2.5.tar.gz
diff --git a/lcms2-32/Pkgfile b/lcms2-32/Pkgfile
new file mode 100644
index 00000000..fcef5d33
--- /dev/null
+++ b/lcms2-32/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Little CMS intends to be an small-footprint color management engine
+# URL: http://www.littlecms.com/
+# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
+# Depends on: zlib-32 libtiff-32 libjpeg-turbo-32 lcms2
+
+name=lcms2-32
+version=2.5
+release=1
+source=(http://downloads.sourceforge.net/project/lcms/lcms/$version/lcms2-$version.tar.gz)
+
+build() {
+ cd lcms2-$version
+
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -r $PKG/usr/{bin,include,man}
+}

Generated by cgit