wok view slitaz-dev-tools/receipt @ rev 18469
mosh: fix post_install status
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 03 14:38:08 2015 +0200 (2015-10-03) |
parents | 40ed079f048f |
children | 1dce8e8602f2 |
line source
1 # SliTaz package receipt
3 PACKAGE="slitaz-dev-tools"
4 VERSION="2.2"
5 CATEGORY="meta"
6 SHORT_DESC="SliTaz developers tools meta package."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 DEPENDS="rsync tazdev mercurial"
10 WEB_SITE="http://www.slitaz.org/"
11 #HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 }