wok view minetest-server/receipt @ rev 20165

Up linux (3.2.98) including KPTI to fix Meltdown security vulnerability
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 10 15:30:44 2018 +0100 (2018-01-10)
parents
children 223e4ee94f57
line source
1 # SliTaz package receipt.
3 PACKAGE="minetest-server"
4 VERSION="0.4.15"
5 CATEGORY="games"
6 SHORT_DESC="Minetest server (Multiplayer infinite-world block sandbox)."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://minetest.net/"
10 WANTED="minetest"
12 DEPENDS="minetest-common luajit curl libssl sqlite libspatialindex"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p ${fs}/usr/bin
18 cp -a ${install}/usr/bin/minetestserver ${fs}/usr/bin
19 }