diff options
Diffstat (limited to 'extra/lcms/Pkgfile')
-rwxr-xr-x | extra/lcms/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/lcms/Pkgfile b/extra/lcms/Pkgfile new file mode 100755 index 000000000..22ab264de --- /dev/null +++ b/extra/lcms/Pkgfile @@ -0,0 +1,20 @@ +# Description: fournit la gestion de couleurs pour d'autres programmes +# URL: http://www.littlecms.com/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libtiff, libjpeg, python + +name=lcms +version=1.18 +release=1 +source=( http://www.littlecms.com/$name-$version.tar.gz\ +) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} |