wok-next view get-virtualbox/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
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="https://www.virtualbox.org/"
10 HOST_ARCH="any"
11 REPOLOGY="-"
13 compile_rules() {
14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
16 # Improve SliTaz support.
17 # cd $install/usr/bin
18 # patch -p1 -i $stuff/installer.u
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="wget"
24 }