1
0
mckaygerhard b420f18423 reorganize distro files for packaging: deb/rpm/apk
* move debian directory to misc/debian
* move rmp shit distro directory the spec file and changelog
* move the alpine directory in misc with a minimal started files
* still there's an error on spec file for name of the tarball
* all of those files it depends of the previous commit that gives init/shistemd
2022-12-30 12:19:48 -04:00

86 lines
2.9 KiB
Plaintext

Source: multicraft
Section: games
Priority: optional
Maintainer: PICCORO Lenz McKAY <mckaygerhard@gmail.com>
Build-Depends: cmake,
pkg-config,
debhelper (>= 10) | dh-systemd | dh-autoreconf, lsb-release,
cron,
gettext,
libbz2-dev,
libcurl4-gnutls-dev,
libnl-genl-3-dev | libnl-dev | libnl-3-dev,
librtmp-dev,
libidn11-dev,
libncurses-dev | libncurses5-dev,
libfreetype6-dev,
libglu1-mesa-dev,
libgmp3-dev | libgmp-dev,
libirrlicht-dev (>= 1.7.0),
libjpeg-dev,
libjsoncpp-dev,
libleveldb-dev,
libluajit-5.1-dev [i386 amd64 kfreebsd-i386 armel armhf powerpc powerpcspe mips],
liblua5.1-dev,
libogg-dev,
libopenal-dev,
libpng-dev,
libpq-dev,
libspatialindex-dev,
libsqlite3-dev,
libvorbis-dev,
libx11-dev,
libxxf86vm-dev,
postgresql-server-dev-all | libpq-dev,
zlib1g-dev,
doxygen,
libxrandr-dev,
mesa-common-dev,
x11proto-xf86vidmode-dev,
libzstd-dev
Standards-Version: 4.1.4
Homepage: https://www.multicraft.world/
Rules-Requires-Root: no
Package: multicraft
Architecture: any
Depends: multicraft-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: minetest-game | multicraft-game | minetest-game-minenux
Description: Multiplayer infinite-world block sandbox (client with embebed server)
Multicraft is a minecraft-inspired game written from scratch and licensed
under the LGPL (version 2.1 or later). It supports both survival and creative
modes along with multiplayer support, dynamic lighting, and an "infinite" map
generator.
.
This is a improved upgrade over 5.2 series due 5.X one superset and changed
the protocol of network.
Package: multicraft-server
Architecture: any
Depends: multicraft-data (= ${source:Version}), adduser, lsb-base (>= 3.0-6), ${misc:Depends}, ${shlibs:Depends}
Recommends: minetest-game | multicraft-game
Description: Multiplayer infinite-world block sandbox (server only)
Multicraft is a minecraft-inspired game written from scratch and licensed
under the LGPL (version 2.1 or later). It supports both survival and creative
modes along with multiplayer support, dynamic lighting, and an "infinite" map
generator.
.
This is the multicraft server package.
This is a improved upgrade over 5.2 series due 5.X one superset and changed
the protocol of network.
Package: multicraft-data
Architecture: all
Depends: adduser,${misc:Depends}
Provides: minetest-game, multicraft-game-minenux
Description: Multiplayer infinite-world block sandbox (data files)
Multicraft is a minecraft-inspired game written from scratch and licensed
under the LGPL (version 2.1 or later). It supports both survival and creative
modes along with multiplayer support, dynamic lighting, and an "infinite" map
generator.
.
These are the files used by both client and server packages, such as
the textures and other graphical files and the standard mods.
This is a improved upgrade over 5.2 series due 5.X one superset and changed
the protocol of network.