summaryrefslogtreecommitdiffstats
path: root/jasper/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:54:16 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:54:16 +0200
commita8ba95df03ffad9b30826361b0d351d8a5b2b1b7 (patch)
treed7f8c247b05adce7ec2c1f2ecdca17f1e21278d0 /jasper/Pkgfile
parentd5af79d45d7b6f74659454d7e5134e11987ceea5 (diff)
downloadnutyx-pakxe-a8ba95df03ffad9b30826361b0d351d8a5b2b1b7.tar.gz
nutyx-pakxe-a8ba95df03ffad9b30826361b0d351d8a5b2b1b7.tar.bz2
nutyx-pakxe-a8ba95df03ffad9b30826361b0d351d8a5b2b1b7.tar.xz
nutyx-pakxe-a8ba95df03ffad9b30826361b0d351d8a5b2b1b7.zip
Revert "ajout de gtk"
This reverts commit 3cffb41cc097b7fdebfa7f34b637960adb25b249.
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
-
-}
-