wok-4.x view slitaz-dev-tools/receipt @ rev 11390

Update BUILD_DEPENDS of slitaz-18n according co CORE_PKGS; ensure thoses are cooked before slitaz-18n
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 05:08:01 2011 +0100 (2011-12-10)
parents f6f4eb994237
children
line source
1 # SliTaz package receipt
3 PACKAGE="slitaz-dev-tools"
4 VERSION="1.0"
5 CATEGORY="meta"
6 SHORT_DESC="SliTaz developers tools meta package."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="rsync tazdev tazchroot libtaz tazwok mercurial"
9 WEB_SITE="http://www.slitaz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr
15 }