milis/talimatname/genel/lcms2/talimat

22 lines
421 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Lightweight color management development library/engine
# URL: http://www.littlecms.com/
2016-04-28 12:02:38 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libjpeg-turbo libtiff
name=lcms2
version=2.7
release=1
source=(http://downloads.sourceforge.net/lcms/$name-$version.tar.gz)
build() {
cd $name*
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-static
make
make DESTDIR=$PKG install
}