summaryrefslogtreecommitdiffstats
path: root/jasper/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2012-08-06 00:20:03 +0200
committerpiernov <piernov@piernov.servegame.org>2012-08-06 00:20:03 +0200
commit9fa33059425fa044344dd0c26aee941be661554f (patch)
tree9435cc6d9b7e5af04740beb80d3b535ca68cf76d /jasper/Pkgfile
parent86fd2da5eb8bf101783b8f23189b3da213a4e489 (diff)
downloadnutyx-extra-9fa33059425fa044344dd0c26aee941be661554f.tar.gz
nutyx-extra-9fa33059425fa044344dd0c26aee941be661554f.tar.bz2
nutyx-extra-9fa33059425fa044344dd0c26aee941be661554f.tar.xz
nutyx-extra-9fa33059425fa044344dd0c26aee941be661554f.zip
jasper 1.900.1-2 ajout patch sécurité
Diffstat (limited to 'jasper/Pkgfile')
-rw-r--r--jasper/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/jasper/Pkgfile b/jasper/Pkgfile
index 112cf21e2..0e912678f 100644
--- a/jasper/Pkgfile
+++ b/jasper/Pkgfile
@@ -5,16 +5,16 @@
name=jasper
version=1.900.1
-release=1
-source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip)
+release=2
+source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip
+ http://www.linuxfromscratch.org/patches/blfs/svn/jasper-1.900.1-security_fixes-1.patch)
build() {
cd $name-$version
+ patch -p1 < ../jasper-1.900.1-security_fixes-1.patch
./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --enable-shared
+ --mandir=/usr/share/man \
+ --enable-shared
make
make DESTDIR=$PKG install
-
}
-