summaryrefslogtreecommitdiffstats
path: root/jasper/Pkgfile
blob: 0e912678f9e605ad2c57c69bcefa4b92993577f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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=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
	make
	make DESTDIR=$PKG install
}