ports/compat-32 (3.2): lcms-32: dropped in favor of lcms2-32
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit ab7d2adafb9eb945315d8ac0563e8478b6fe3ba9 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Nov 21 13:38:27 2015 +1100 lcms-32: dropped in favor of lcms2-32 diff --git a/lcms-32/.32bit b/lcms-32/.32bit deleted file mode 100644 index e69de29..0000000 diff --git a/lcms-32/.footprint b/lcms-32/.footprint deleted file mode 100644 index 36d999b..0000000 --- a/lcms-32/.footprint +++ /dev/null @@ -1,9 +0,0 @@ -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 diff --git a/lcms-32/.md5sum b/lcms-32/.md5sum deleted file mode 100644 index db140ee..0000000 --- a/lcms-32/.md5sum +++ /dev/null @@ -1 +0,0 @@ -8af94611baf20d9646c7c2c285859818 lcms-1.19.tar.gz diff --git a/lcms-32/Pkgfile b/lcms-32/Pkgfile deleted file mode 100644 index 30b8779..0000000 --- a/lcms-32/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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-turbo-32 lcms - -name=lcms-32 -version=1.19 -release=1 -source=(http://downloads.sourceforge.net/project/lcms/lcms/$version/lcms-$version.ta...) - -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} -}
participants (1)
-
crux@crux.nu