wok annotate xalan-c-dev/receipt @ rev 15579
Remove cromfs-or-squashfs; add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 30 10:06:29 2013 +0000 (2013-11-30) |
parents | a7cc1a9e59b6 |
children | 0f28bf6f4a24 |
rev | line source |
---|---|
rcx@3472 | 1 # SliTaz package receipt. |
rcx@3472 | 2 |
rcx@3472 | 3 PACKAGE="xalan-c-dev" |
rcx@3472 | 4 VERSION="1.10.0-r705082" |
rcx@3472 | 5 CATEGORY="development" |
rcx@3472 | 6 SHORT_DESC="xalan-c devel files." |
rcx@3472 | 7 WEB_SITE="http://xalan.apache.org/" |
rcx@3472 | 8 MAINTAINER="rcx@zoominternet.net" |
pascal@15579 | 9 LICENSE="Apache" |
rcx@3472 | 10 WANTED="xalan-c" |
rcx@3472 | 11 |
rcx@3472 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3472 | 13 genpkg_rules() |
rcx@3472 | 14 { |
rcx@3472 | 15 mkdir -p $fs/usr |
pascal@15579 | 16 cp -a $install/usr/include $fs/usr |
rcx@3472 | 17 } |