wok view jbig2dec-dev/receipt @ rev 11401

Fix: typo in linux-libre-api-headers (thanks to godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 11 02:16:15 2011 +0100 (2011-12-11)
parents
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="jbig2dec-dev"
4 VERSION="0.11"
5 CATEGORY="development"
6 SHORT_DESC="devel files for jbig2dec"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="jbig2dec"
9 WEB_SITE="http://jbig2dec.sourceforge.net/"
10 WANTED="jbig2dec"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }