wok-stable annotate jikes-dev/receipt @ rev 7666

Moved Module.sysvers to Module.sysvers-modules. This is cause i think making linux-without-modules bzImage is was change that file. Removed /usr/src/linux in pre_remove function in linux-module-headers. Added /usr/src/linux soft link to post_install in linux-module-headers.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 12:59:54 2010 +0000 (2010-12-16)
parents
children
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"
rcx@3467 8 WEB_SITE="http://jikes.sourceforge.net/"
rcx@3467 9 WANTED="jikes"
rcx@3467 10
rcx@3467 11 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3467 12 genpkg_rules()
rcx@3467 13 {
rcx@3467 14 mkdir -p $fs/usr
rcx@3467 15 cp -a $_pkg/usr/include $fs/usr
rcx@3467 16 }
rcx@3467 17