wok-next annotate qemu-box/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 266eb7ab8b5a
children cd7906120828
rev   line source
pankso@12699 1 # SliTaz package receipt
pankso@12699 2
pankso@12699 3 PACKAGE="qemu-box"
al@19866 4 VERSION="306"
pankso@12699 5 CATEGORY="development"
pankso@12699 6 SHORT_DESC="SliTaz Qemu frontend."
pankso@12699 7 MAINTAINER="pankso@slitaz.org"
pascal@15601 8 LICENSE="BSD"
pankso@12699 9 WEB_SITE="http://www.slitaz.org/"
pankso@12699 10
al@19588 11 TARBALL="slitaz-dev-tools-$VERSION.tar.bz2"
al@19588 12 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
al@19588 13
pankso@12699 14 DEPENDS="qemu-light"
al@19588 15 SIBLINGS="mirror-tools slitaz-dev-tools slitaz-mercurial-style tazchroot \
al@19588 16 tazdev tazwikiss yaff"
pankso@12699 17
pankso@12699 18 # Rules to configure and make the package.
pankso@12699 19 compile_rules()
pankso@12699 20 {
pankso@12699 21 cd $src/qemu-box
pankso@12699 22 make DESTDIR=$DESTDIR install
pankso@12699 23 }
pankso@12699 24
pankso@12699 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12699 26 genpkg_rules()
pankso@12699 27 {
pankso@12699 28 mkdir -p $fs
pankso@12699 29 cp -a $install/* $fs
pankso@12699 30 chown -R root.root $fs
pankso@12699 31 }