wok annotate jikes-dev/receipt @ rev 14429

fix openjpeg-dev, add openjpeg2, rebuild mupdf, move from undigest djvulibre, and finally add fbpdf-mupdf
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 24 14:06:49 2013 +0000 (2013-04-24)
parents
children 23c3aed67cd9
rev   line source
rcx@3467 1 # SliTaz package receipt.
rcx@3467 2
rcx@3467 3 PACKAGE="jikes-dev"
rcx@3467 4 VERSION="1.22"
rcx@3467 5 CATEGORY="development"
rcx@3467 6 SHORT_DESC="jikes devel files."
rcx@3467 7 MAINTAINER="rcx@zoominternet.net"
rcx@3467 8 WEB_SITE="http://jikes.sourceforge.net/"
rcx@3467 9 WANTED="jikes"
rcx@3467 10
rcx@3467 11 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3467 12 genpkg_rules()
rcx@3467 13 {
rcx@3467 14 mkdir -p $fs/usr
rcx@3467 15 cp -a $_pkg/usr/include $fs/usr
rcx@3467 16 }
rcx@3467 17