summaryrefslogtreecommitdiffstats
path: root/base/jasper/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:22:05 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:22:05 +0200
commit906d09d09418c1df7986680bca37723ad16ed6c9 (patch)
treecca81a823bd2c49bc66e303e590dc30dc687c45d /base/jasper/Pkgfile
parentf68a3f1035826663f9398d60e1eecba2669c03fb (diff)
downloadnutyx-extra-906d09d09418c1df7986680bca37723ad16ed6c9.tar.gz
nutyx-extra-906d09d09418c1df7986680bca37723ad16ed6c9.tar.bz2
nutyx-extra-906d09d09418c1df7986680bca37723ad16ed6c9.tar.xz
nutyx-extra-906d09d09418c1df7986680bca37723ad16ed6c9.zip
jasper dans extra
Diffstat (limited to 'base/jasper/Pkgfile')
-rw-r--r--base/jasper/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/jasper/Pkgfile b/base/jasper/Pkgfile
deleted file mode 100644
index 112cf21e2..000000000
--- a/base/jasper/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Implémentation du codec spécifié par le standard JPEG-2000 Part-1
-# URL: http://www.ece.uvic.ca/~mdadams/jasper/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=jasper
-version=1.900.1
-release=1
-source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --enable-shared
- make
- make DESTDIR=$PKG install
-
-}
-