wok-current annotate jikes-dev/receipt @ rev 15685
linux-lxc: add post_install() for update menu.lst
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Dec 21 07:21:07 2013 +0100 (2013-12-21) |
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 } |