wok view jikes-dev/receipt @ rev 16177

8086tiny: nasm is native, do not use it
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 30 16:34:03 2014 +0000 (2014-03-30)
parents 153b06465dc8
children 7dd01dedad38
line source
1 # SliTaz package receipt.
3 PACKAGE="jikes-dev"
4 VERSION="1.22"
5 CATEGORY="development"
6 SHORT_DESC="jikes devel files."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="EPL"
9 WEB_SITE="http://jikes.sourceforge.net/"
10 WANTED="jikes"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/include $fs/usr
17 }