wok view minetest-server/receipt @ rev 22032
Up xorg-xf86-video-mach64 (6.9.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 20 19:27:27 2019 +0200 (2019-10-20) |
parents | 223e4ee94f57 |
children | fa14bf00ffaa |
line source
1 # SliTaz package receipt.
3 PACKAGE="minetest-server"
4 VERSION="5.0.1"
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="https://www.minetest.net/"
11 DEPENDS="curl libspatialindex libssl luajit minetest-common sqlite"
12 WANTED="minetest"
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 }