summaryrefslogtreecommitdiffstats
path: root/jasper/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-16 05:55:46 +0200
committertnut <tnut at nutyx dot org>2012-04-16 05:55:46 +0200
commit3cffb41cc097b7fdebfa7f34b637960adb25b249 (patch)
treed11163a6ed2f7ba2f164c35ba0de009266fc76a2 /jasper/Pkgfile
parent23174325e55ef6af599387c22c3110e79f1421f5 (diff)
downloadnutyx-pakxe-3cffb41cc097b7fdebfa7f34b637960adb25b249.tar.gz
nutyx-pakxe-3cffb41cc097b7fdebfa7f34b637960adb25b249.tar.bz2
nutyx-pakxe-3cffb41cc097b7fdebfa7f34b637960adb25b249.tar.xz
nutyx-pakxe-3cffb41cc097b7fdebfa7f34b637960adb25b249.zip
ajout de gtk
Diffstat (limited to 'jasper/Pkgfile')
-rw-r--r--jasper/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/jasper/Pkgfile b/jasper/Pkgfile
new file mode 100644
index 000000000..112cf21e2
--- /dev/null
+++ b/jasper/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+
+}
+