opt/lcms/Pkgfile
2007-04-16 13:46:06 +02:00

21 lines
494 B
Plaintext

# Description: Little CMS. A free color management engine.
# URL: http://www.littlecms.com/
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: zlib, libtiff, libjpeg
name=lcms
version=1.16
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
mkdir -p $PKG/usr/bin
./configure --prefix=/usr \
--without-python \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}