diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:28:42 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:28:42 +0200 |
commit | e2a1ff16b188b26128950ac5c3b246835176296e (patch) | |
tree | 8cc099be66a61f6d83f5bc46c19f17c1292e9996 | |
parent | 98d1d4aa332169761977e94d3d229bf4d554880d (diff) | |
download | nutyx-extra-e2a1ff16b188b26128950ac5c3b246835176296e.tar.gz nutyx-extra-e2a1ff16b188b26128950ac5c3b246835176296e.tar.bz2 nutyx-extra-e2a1ff16b188b26128950ac5c3b246835176296e.tar.xz nutyx-extra-e2a1ff16b188b26128950ac5c3b246835176296e.zip |
Ajout de lcms#1.18-1
-rw-r--r-- | extra/lcms/.footprint | 28 | ||||
-rw-r--r-- | extra/lcms/.md5sum | 1 | ||||
-rwxr-xr-x | extra/lcms/Pkgfile | 20 |
3 files changed, 49 insertions, 0 deletions
diff --git a/extra/lcms/.footprint b/extra/lcms/.footprint new file mode 100644 index 000000000..c9c46bca5 --- /dev/null +++ b/extra/lcms/.footprint @@ -0,0 +1,28 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/icc2ps +-rwxr-xr-x root/root usr/bin/icclink +-rwxr-xr-x root/root usr/bin/icctrans +-rwxr-xr-x root/root usr/bin/jpegicc +-rwxr-xr-x root/root usr/bin/tiffdiff +-rwxr-xr-x root/root usr/bin/tifficc +-rwxr-xr-x root/root usr/bin/wtpt +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/icc34.h +-rw-r--r-- root/root usr/include/lcms.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/liblcms.a +-rwxr-xr-x root/root usr/lib/liblcms.la +lrwxrwxrwx root/root usr/lib/liblcms.so -> liblcms.so.1.0.18 +lrwxrwxrwx root/root usr/lib/liblcms.so.1 -> liblcms.so.1.0.18 +-rwxr-xr-x root/root usr/lib/liblcms.so.1.0.18 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/lcms.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/icc2ps.1.gz +-rw-r--r-- root/root usr/share/man/man1/icclink.1.gz +-rw-r--r-- root/root usr/share/man/man1/jpegicc.1.gz +-rw-r--r-- root/root usr/share/man/man1/tifficc.1.gz +-rw-r--r-- root/root usr/share/man/man1/wtpt.1.gz diff --git a/extra/lcms/.md5sum b/extra/lcms/.md5sum new file mode 100644 index 000000000..96adaf914 --- /dev/null +++ b/extra/lcms/.md5sum @@ -0,0 +1 @@ +9f908e2dc48f76db77ac35a382e394c7 lcms-1.18.tar.gz 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 +} |