wok view get-virtualbox/receipt @ rev 25540

Update some web_site/wget_url with https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 18:12:54 2023 +0000 (14 months ago)
parents 8eaf1d9eb640
children
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="https://www.virtualbox.org/"
11 DEPENDS="wget cacerts"
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 }