Initial import
This commit is contained in:
4
games-action/voxelands/Manifest
Normal file
4
games-action/voxelands/Manifest
Normal file
@@ -0,0 +1,4 @@
|
||||
DIST voxelands-1608.01.tar.gz 11217894 SHA256 e42a803f8e6bc5effa9ce9356e8415de026ea9ed7c7c187e9df40051cc345a44 SHA512 04a6f5fbea88ee72aeb7a48f6d9aabe446de7a46b6f494502e531e446f84c99840d495ba7610892d22a57c07d5d50345e070a409b4d4d969c236a55dc2705acc WHIRLPOOL 06334b6bfe9ea6b0381e2f4e7af805dac5da647446bca541ec6ea32a8c9616e9a33da64bf39066e188efc9c8da15ede736a8431c16c80e41b168f727a1d1adab
|
||||
DIST voxelands-1704.00.tar.gz 14339069 SHA256 3994462c3d80e04a5475a4b1f52b317693b9700894f28b91393248899241e4c1 SHA512 4ce594ade6be6f3d0038d6ece6b4411a5a372c19932ee8394b11e8850af573549240829d332da2ecfca901ce0bf813339cea7124d3f35112b6e4f270605ab95e WHIRLPOOL d0eb5afd1a32bc9ca174f1098fe2e1cb9d64164ada78f062ea128a02f39a396d3c3b90d785991f0507c404cea1fc9eee6e9fa25e4f068fc06c075d49c88894a6
|
||||
EBUILD voxelands-1608.01.ebuild 616 SHA256 b5665d69b76cf49352b375f73df383c95ca8402e65933608102adb4f81c5cb87 SHA512 e31685706abd510f6d4bb0dd50d4d2f02836af08bd7e962caab5ab757af88b0ece93afffc714a80d558df854f0e5ecd8fdb963fdc53aef1f6530711f7ffe2f3e WHIRLPOOL 98c95da4409a871c4309432948c5e25203844d2ca618e2823562165aa35b16e5f03ebedafaf69fa404e09bd061b9e7deea417d2936913e4057c73348178ff30d
|
||||
EBUILD voxelands-1704.00.ebuild 980 SHA256 17adba1f48bcfff7c84465f3a592cdee79c51180c8984cf8348a21b803e67eae SHA512 9480e3a2419229055ec4950d4050ba0763a5589ff1f7ebb592c0cc218b22d53155752c247aa3247b51894255f716f339f43a0a520714a27b09d777561ef279d4 WHIRLPOOL b8a708546308890452b0329d33bc9d2ba4ce56da54d5aa8bd59f373351a6e2628183097569c011e28205766d7d058ab3c6711b2eb8d553510a955847f9580f72
|
||||
32
games-action/voxelands/voxelands-1608.01.ebuild
Normal file
32
games-action/voxelands/voxelands-1608.01.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Voxelands fork of Minetest"
|
||||
HOMEPAGE=""
|
||||
SRC_URI="https://gitlab.com/voxelands/voxelands/repository/archive.tar.gz?ref=v${PVR} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPLv3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/voxelands-v1608.01-3ac3f431a26858857f6805ad33f5fe8aaa8d0765"
|
||||
|
||||
src_configure() {
|
||||
# cmake -DRUN_IN_PLACE=1 .
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# cmake DESTDIR="${D}" install
|
||||
cmake-utils_src_install
|
||||
}
|
||||
|
||||
44
games-action/voxelands/voxelands-1704.00.ebuild
Normal file
44
games-action/voxelands/voxelands-1704.00.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Voxelands fork of Minetest"
|
||||
HOMEPAGE=""
|
||||
SRC_URI="https://gitlab.com/voxelands/voxelands/repository/archive.tar.gz?ref=${PVR} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPLv3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 arm"
|
||||
IUSE="+server \
|
||||
+client"
|
||||
|
||||
RDEPEND="sys-libs/zlib
|
||||
>=dev-games/irrlicht-1.8
|
||||
client? ( media-libs/openal
|
||||
media-libs/libvorbis
|
||||
media-libs/libogg )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/cmake
|
||||
sys-devel/make
|
||||
app-arch/bzip2
|
||||
virtual/jpeg"
|
||||
|
||||
S="${WORKDIR}/voxelands-1704.00-9044445c440209ec7536931258754ae8351ea084"
|
||||
|
||||
src_configure() {
|
||||
# cmake -DRUN_IN_PLACE=1 .
|
||||
cmake-utils_src_configure -DBUILD_SERVER="$(usex server)" \
|
||||
-DBUILD_CLIENT="$(usex client)" \
|
||||
-DENABLE_AUDIO="$(usex client)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# cmake DESTDIR="${D}" install
|
||||
cmake-utils_src_install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user