wok annotate jbig2dec-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 2b9f96603415
children 526684d23251
rev   line source
slaxemulator@6842 1 # SliTaz package receipt.
slaxemulator@6842 2
slaxemulator@6842 3 PACKAGE="jbig2dec-dev"
slaxemulator@6842 4 VERSION="0.11"
slaxemulator@6842 5 CATEGORY="development"
slaxemulator@6842 6 SHORT_DESC="devel files for jbig2dec"
slaxemulator@6842 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14999 8 LICENSE="GPL3"
slaxemulator@6842 9 WEB_SITE="http://jbig2dec.sourceforge.net/"
slaxemulator@6842 10 WANTED="jbig2dec"
pankso@16218 11 HOST_ARCH="i486 arm"
slaxemulator@6842 12
pascal@14999 13 DEPENDS="jbig2dec"
pascal@14999 14
slaxemulator@6842 15 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@6842 16 genpkg_rules()
slaxemulator@6842 17 {
slaxemulator@6842 18 mkdir -p $fs/usr/lib
pascal@14999 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@14999 20 cp -a $install/usr/include $fs/usr
slaxemulator@6842 21 }
slaxemulator@6842 22