opt/lcms/Pkgfile

20 lines
471 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Little CMS. A free color management engine.
# URL: http://www.littlecms.com/
2006-03-26 03:06:11 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: zlib, libtiff, libjpeg
name=lcms
2006-03-26 03:06:11 +02:00
version=1.15
2006-02-23 16:26:10 +01:00
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
}