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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 711930d88e82
children d958fec46c9f
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 }