wok-4.x view jbig2dec-dev/receipt @ rev 11730
tintin: don't use extension in desktop files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Feb 21 09:02:38 2012 -0800 (2012-02-21) |
parents | |
children |
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 }