Skip to content

Commit

Permalink
Added WIP hedgewars standalone game
Browse files Browse the repository at this point in the history
Change-Id: Ice0c2803d7561e8b783e2150518b9e11cee0d3f1
Signed-off-by: Romain Forlot <[email protected]>
  • Loading branch information
Romain Forlot committed Jan 17, 2018
1 parent 6cc34d2 commit b2c1d7e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
21 changes: 21 additions & 0 deletions recipes-devtools/fpc/fpc_3.0.4.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SUMMARY = "Free Pascal Compiler"
HOMEPAGE = "http://www.freepascal.org"
SECTION = "devel"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI = "https://sourceforge.net/projects/freepascal/files/Source/3.0.4/fpcbuild-3.0.4.tar.gz"
SRC_URI[md5sum] = "255717e8e6fab4b472f7c7d0d08d2c4f"

S = "${WORKDIR}/fpcbuild-${PV}"

DEPENDS = "fpc-native"

do_compile() {
NOGDB=1 make
}

inherit native

2 changes: 2 additions & 0 deletions recipes-retroarch/reicast-emulator/reicast-emulator_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ SRCREV = "${AUTOREV}"

S = "${WORKDIR}/git"

DEPENDS = "alsa-lib mesa"

inherit autotools-brokensep

do_compile() {
Expand Down
18 changes: 18 additions & 0 deletions recipes-standalone-games/hedgewars/hedgewars_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
SUMMARY = "Standalone Worms-like game"
HOMEPAGE = "http://www.hedgewars.org"
SECTION = "games"

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=807dc99e24ea4ec1829c0d5f08233ec5 \
"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI = "git://github.com/hedgewars/hw.git;protocol=https;branch=qmlfrontend"

SRCREV = "${AUTOREV}"

S = "${WORKDIR}/git"

inherit cmake

DEPENDS = "libsdl libpng qtbase"

0 comments on commit b2c1d7e

Please sign in to comment.