wok-next diff qemu-box/receipt @ rev 14490
Up: ophcrack (3.5.0)
author | Cedric Tissieres <slitaz@objectif-securite.ch> |
---|---|
date | Fri May 03 14:38:26 2013 +0200 (2013-05-03) |
parents | |
children | 23c3aed67cd9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/qemu-box/receipt Fri May 03 14:38:26 2013 +0200 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt 1.5 + 1.6 +PACKAGE="qemu-box" 1.7 +VERSION="1.7" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="SliTaz Qemu frontend." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +SOURCE="slitaz-dev-tools" 1.12 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 +WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.slitaz.org/" 1.15 + 1.16 +DEPENDS="qemu-light" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src/qemu-box 1.22 + make DESTDIR=$DESTDIR install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs 1.29 + cp -a $install/* $fs 1.30 + chown -R root.root $fs 1.31 +}