summaryrefslogtreecommitdiffstats
path: root/lcms/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-16 02:54:34 +0200
committertnut <tnut at nutyx dot org>2012-04-16 02:54:34 +0200
commit7d82a87071202e42e5b464702857df8345ed2693 (patch)
tree99e652e2247aaae9fbe6e32da8e3e775cd4d1588 /lcms/Pkgfile
parent99bdf71d229e36be173d619b4eac8cc1c555908a (diff)
downloadnutyx-pakxe-7d82a87071202e42e5b464702857df8345ed2693.tar.gz
nutyx-pakxe-7d82a87071202e42e5b464702857df8345ed2693.tar.bz2
nutyx-pakxe-7d82a87071202e42e5b464702857df8345ed2693.tar.xz
nutyx-pakxe-7d82a87071202e42e5b464702857df8345ed2693.zip
qt et serie poppler dans pakxe
Diffstat (limited to 'lcms/Pkgfile')
-rwxr-xr-xlcms/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/lcms/Pkgfile b/lcms/Pkgfile
new file mode 100755
index 000000000..13a8f96c3
--- /dev/null
+++ b/lcms/Pkgfile
@@ -0,0 +1,21 @@
+# 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
+# Run on: libtiff,libjpeg
+
+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
+}
+