wok-6.x view slitaz-toolchain/receipt @ rev 9635
busybox: remove .desktop files covered by tazpanel
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 26 19:06:48 2011 +0200 (2011-04-26) |
parents | fbe11f5b74e3 |
children | 757a3f3c6bb1 |
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-toolchain"
4 VERSION="1.0"
5 CATEGORY="meta"
6 SHORT_DESC="SliTaz toolchain meta package for devel."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="binutils linux-api-headers glibc-dev gcc make elfkickers"
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/var
15 }