wok view minetest-server/receipt @ rev 22331
python-pygments: update $WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 15 11:56:14 2019 +0100 (2019-11-15) |
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 }