wok-next view jikes-dev/receipt @ rev 14034
gst-plugins-bad-dev, gst-plugins-base-dev, gst-plugins-good-dev, gst-plugins-ugly-dev, schroedinger-dev: avoid one shot build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 14:54:08 2013 +0100 (2013-02-18) |
parents | |
children | 23c3aed67cd9 |
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 }