opt/lcms2/Pkgfile

17 lines
464 B
Plaintext
Raw Normal View History

# Description: Little CMS intends to be an small-footprint color management engine
# URL: http://www.littlecms.com/
# Maintainer: Juergen Daubert, jue at crux dot nu
2014-03-16 18:35:29 +01:00
# Depends on: zlib, xz, libtiff, libjpeg
name=lcms2
2014-03-16 18:35:29 +01:00
version=2.6
release=1
source=(http://downloads.sourceforge.net/project/lcms/lcms/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}