summaryrefslogtreecommitdiffstats
path: root/jasper/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-16 05:43:20 +0200
committertnut <tnut at nutyx dot org>2012-04-16 05:43:20 +0200
commitcf72facd6063d9d8d62aafdf05a7c1a07305b16a (patch)
treeadc0cd03827e253a584b761285df8a48d3eb7da8 /jasper/Pkgfile
parent51005ccbc16b997cf0a7b6859418e7e722067ce1 (diff)
downloadnutyx-extra-cf72facd6063d9d8d62aafdf05a7c1a07305b16a.tar.gz
nutyx-extra-cf72facd6063d9d8d62aafdf05a7c1a07305b16a.tar.bz2
nutyx-extra-cf72facd6063d9d8d62aafdf05a7c1a07305b16a.tar.xz
nutyx-extra-cf72facd6063d9d8d62aafdf05a7c1a07305b16a.zip
jasper dans pakxe
Diffstat (limited to 'jasper/Pkgfile')
-rw-r--r--jasper/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/jasper/Pkgfile b/jasper/Pkgfile
deleted file mode 100644
index 112cf21e2..000000000
--- a/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
-
-}
-