milis/talimatname/genel/lcms/talimat

20 lines
410 B
Plaintext

# Description: provides the management of colors for other programs
# URL: http://www.littlecms.com/
# Packager: pierre at nutyx dot org
# Depends on: libtiff libjpeg-turbo
name=lcms
version=1.19
release=1
source=( http://www.littlecms.com/1/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}