wok-current diff h8300-toolchain/receipt @ rev 10841
locale-zh_CN: Fixed post_install and post_remove to be only work when not being installed with --root option.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jun 10 02:24:41 2011 +0800 (2011-06-10) |
parents | |
children | 7bb096863642 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/h8300-toolchain/receipt Fri Jun 10 02:24:41 2011 +0800 1.3 @@ -0,0 +1,15 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="h8300-toolchain" 1.7 +VERSION="1.0" 1.8 +CATEGORY="meta" 1.9 +SHORT_DESC="H8/300 toolchain meta package for devel." 1.10 +MAINTAINER="rcx@zoominternet.net" 1.11 +DEPENDS="h8300-gcc" 1.12 +WEB_SITE="http://www.slitaz.org/" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/var 1.18 +}