wok view minetest-server/receipt @ rev 20011
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 03 07:12:33 2017 -0300 (2017-08-03) |
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 }