wok-stable view jikes-dev/receipt @ rev 8311

Fixed linmodem-intel-536ep and linmodem-intel-537 genpkg_rules. This now works with tazwok-experimental (i think).
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 02:40:02 2011 +0000 (2011-02-01)
parents
children
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 WEB_SITE="http://jikes.sourceforge.net/"
9 WANTED="jikes"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr
15 cp -a $_pkg/usr/include $fs/usr
16 }