wok-next view qemu-box/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 266eb7ab8b5a
children cd7906120828
line source
1 # SliTaz package receipt
3 PACKAGE="qemu-box"
4 VERSION="306"
5 CATEGORY="development"
6 SHORT_DESC="SliTaz Qemu frontend."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
11 TARBALL="slitaz-dev-tools-$VERSION.tar.bz2"
12 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
14 DEPENDS="qemu-light"
15 SIBLINGS="mirror-tools slitaz-dev-tools slitaz-mercurial-style tazchroot \
16 tazdev tazwikiss yaff"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src/qemu-box
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs
29 cp -a $install/* $fs
30 chown -R root.root $fs
31 }