wok-next annotate jikes-dev/receipt @ rev 12007

arora: add desktop and icon from src tarball. add description file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Mar 05 13:59:52 2012 -0800 (2012-03-05)
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