wok-next annotate slitaz-dev-tools/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 266eb7ab8b5a
children cd7906120828
rev   line source
pankso@3440 1 # SliTaz package receipt
pankso@3440 2
pankso@3440 3 PACKAGE="slitaz-dev-tools"
al@19588 4 VERSION="266"
pankso@8832 5 CATEGORY="meta"
pankso@8832 6 SHORT_DESC="SliTaz developers tools meta package."
pankso@3440 7 MAINTAINER="pankso@slitaz.org"
pascal@15593 8 LICENSE="GPL2"
pankso@3440 9 WEB_SITE="http://www.slitaz.org/"
pankso@3440 10
al@19588 11 DEPENDS="rsync tazdev mercurial"
al@19588 12 SIBLINGS="mirror-tools qemu-box slitaz-mercurial-style slitaz-mercurial-style \
al@19588 13 tazchroot tazdev tazwikiss yaff"
al@19588 14
pankso@3440 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3440 16 genpkg_rules()
pankso@3440 17 {
pankso@8832 18 mkdir -p $fs/usr
pankso@3440 19 }