opt/lcms/Pkgfile
2006-02-23 15:26:10 +00:00

20 lines
475 B
Plaintext

# Description: Little CMS. A free color management engine.
# URL: http://www.littlecms.com/
# Maintainer: Simone Rota, sip at varlock dot com
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: zlib, libtiff, libjpeg
name=lcms
version=1.14
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
make
make DESTDIR=$PKG install
}