milis/talimatname/genel/lcms/talimat

20 lines
422 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# 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://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}