lcms2-32: initial import

This commit is contained in:
Danny Rawlins 2014-02-17 01:12:24 +11:00
parent e631bfa41d
commit 4bf218b220
4 changed files with 33 additions and 0 deletions

0
lcms2-32/.32bit Normal file
View File

9
lcms2-32/.footprint Normal file
View File

@ -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

1
lcms2-32/.md5sum Normal file
View File

@ -0,0 +1 @@
396d106600251441ff195fcaa277d10b lcms2-2.5.tar.gz

23
lcms2-32/Pkgfile Normal file
View File

@ -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}
}