wok-stable view openjpeg-dev/receipt @ rev 11960

Merge a patch to fix svg support I forgot to push weeks ago. The problem has been fixed since but I think that this patch handle things better.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Mar 01 18:08:04 2012 +0100 (2012-03-01)
parents fb51094a6449
children
line source
1 # SliTaz package receipt.
3 PACKAGE="openjpeg-dev"
4 VERSION="1.4"
5 CATEGORY="development"
6 SHORT_DESC="devel files for openjpeg"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="openjpeg"
9 WEB_SITE="http://www.openjpeg.org/"
10 WANTED="openjpeg"
11 _VERSION=v1_4
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 }