wok-current view minetest-server/receipt @ rev 20652

Up busybox (1.30.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 13 10:40:16 2019 +0100 (2019-01-13)
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 }