wok annotate jikes-dev/receipt @ rev 20541

linld: _fastcall calls (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 29 13:49:52 2018 +0100 (2018-11-29)
parents 153b06465dc8
children 7dd01dedad38
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"
pascal@15601 8 LICENSE="EPL"
rcx@3467 9 WEB_SITE="http://jikes.sourceforge.net/"
rcx@3467 10 WANTED="jikes"
rcx@3467 11
rcx@3467 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3467 13 genpkg_rules()
rcx@3467 14 {
rcx@3467 15 mkdir -p $fs/usr
pascal@15601 16 cp -a $install/usr/include $fs/usr
rcx@3467 17 }