wok view get-virtualbox/receipt @ rev 20119

slitaz-base-files (333), slitaz-boot-scripts (445), slitaz-configs (313), slitaz-tools (1025), tazbug (152), tazinst (93), tazirc (22), tazlito (469), tazpanel (617), tazweb (208): revision of german messages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 10:45:51 2017 +0200 (2017-10-14)
parents 711930d88e82
children 8eaf1d9eb640
line source
1 # SliTaz package receipt.
3 PACKAGE="get-virtualbox"
4 VERSION="1.02"
5 CATEGORY="non-free"
6 SHORT_DESC="Get a x86 virtualization software."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.virtualbox.org/"
11 DEPENDS="wget"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp $stuff/get-virtualbox $fs/usr/bin
19 # Improve Slitaz support.
20 #cd $fs/usr/bin && patch -p1 -i $stuff/installer.u
21 }