forked from ports/compat-32
lcms-32: initial commit
This commit is contained in:
parent
310d2be05b
commit
37d0bdcacc
0
lcms-32/.32bit
Normal file
0
lcms-32/.32bit
Normal file
9
lcms-32/.footprint
Normal file
9
lcms-32/.footprint
Normal 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/liblcms.a
|
||||
-rwxr-xr-x root/root usr/lib32/liblcms.la
|
||||
lrwxrwxrwx root/root usr/lib32/liblcms.so -> liblcms.so.1.0.19
|
||||
lrwxrwxrwx root/root usr/lib32/liblcms.so.1 -> liblcms.so.1.0.19
|
||||
-rwxr-xr-x root/root usr/lib32/liblcms.so.1.0.19
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/lcms.pc
|
1
lcms-32/.md5sum
Normal file
1
lcms-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
8af94611baf20d9646c7c2c285859818 lcms-1.19.tar.gz
|
21
lcms-32/Pkgfile
Normal file
21
lcms-32/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: Little CMS. A free 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-32 lcms
|
||||
|
||||
name=lcms-32
|
||||
version=1.19
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/project/lcms/lcms/$version/lcms-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd lcms-$version
|
||||
./configure --prefix=/usr \
|
||||
--without-python \
|
||||
--libdir=/usr/lib32 \
|
||||
--mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/{bin,include,man}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user