summaryrefslogtreecommitdiffstats
path: root/lcms2/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:48:53 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:48:53 +0200
commit0b22db24e1e99e86ad5dbf09cd07e3d75a49cea8 (patch)
tree8a0bb1a5990675ef7f39860bdc6b1b3e09b07f88 /lcms2/Pkgfile
parentd320eaa4e23b473c5efa4db7e14bc21f15aad3ae (diff)
downloadnutyx-pakxe-0b22db24e1e99e86ad5dbf09cd07e3d75a49cea8.tar.gz
nutyx-pakxe-0b22db24e1e99e86ad5dbf09cd07e3d75a49cea8.tar.bz2
nutyx-pakxe-0b22db24e1e99e86ad5dbf09cd07e3d75a49cea8.tar.xz
nutyx-pakxe-0b22db24e1e99e86ad5dbf09cd07e3d75a49cea8.zip
lcms2, ajout
Diffstat (limited to 'lcms2/Pkgfile')
-rwxr-xr-xlcms2/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lcms2/Pkgfile b/lcms2/Pkgfile
new file mode 100755
index 000000000..11106dc4d
--- /dev/null
+++ b/lcms2/Pkgfile
@@ -0,0 +1,22 @@
+# 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=lcms2
+version=2.2
+release=2
+
+source=( http://downloads.sourceforge.net/lcms/$name-$version.tar.gz )
+
+build() {
+ cd $name*
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}
+