compat-32/lcms2-32/Pkgfile

23 lines
516 B
Plaintext
Raw Normal View History

2014-02-16 15:12:24 +01:00
# 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
2017-11-01 12:41:39 +01:00
# Depends on: lcms2 libtiff-32
2014-02-16 15:12:24 +01:00
name=lcms2-32
2020-06-02 13:18:44 +02:00
version=2.10
release=1
source=(https://downloads.sourceforge.net/project/lcms/lcms/$version/lcms2-$version.tar.gz)
2014-02-16 15:12:24 +01:00
build() {
cd lcms2-$version
./configure \
--prefix=/usr \
2016-07-30 07:55:43 +02:00
--libdir=/usr/lib32
2014-02-16 15:12:24 +01:00
make
make DESTDIR=$PKG install
2016-07-30 07:55:43 +02:00
rm -r $PKG/usr/{bin,include,share/man}
2014-02-16 15:12:24 +01:00
}