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

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
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 }