summaryrefslogtreecommitdiffstats
path: root/lcms/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-16 05:44:26 +0200
committertnut <tnut at nutyx dot org>2012-04-16 05:44:26 +0200
commit7af2b39699179c1b2642ab82ea7d0e2642aab66f (patch)
tree0e7f2b1154000bae0a22557a1fc0ec400079a492 /lcms/Pkgfile
parentf43f985607d9ff94c292d2c302c764b6e26acd69 (diff)
downloadnutyx-extra-7af2b39699179c1b2642ab82ea7d0e2642aab66f.tar.gz
nutyx-extra-7af2b39699179c1b2642ab82ea7d0e2642aab66f.tar.bz2
nutyx-extra-7af2b39699179c1b2642ab82ea7d0e2642aab66f.tar.xz
nutyx-extra-7af2b39699179c1b2642ab82ea7d0e2642aab66f.zip
lcms dans pakxe
Diffstat (limited to 'lcms/Pkgfile')
-rwxr-xr-xlcms/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/lcms/Pkgfile b/lcms/Pkgfile
deleted file mode 100755
index 13a8f96c3..000000000
--- a/lcms/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-}
-