mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-05 22:22:42 +00:00
* It seems that physfs is still maintained there and has the functionality required by latest supertux. * License changed Copyright year causing checksum change. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16 lines
460 B
BlitzBasic
16 lines
460 B
BlitzBasic
SUMMARY = "PhysicsFS is a library to provide abstract access to various archives"
|
|
HOMEAPAGE = "http://icculus.org/physfs"
|
|
LICENSE = "Zlib"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4424d2cfb8a288df2843c4467b5d719a"
|
|
DEPENDS = "readline zlib"
|
|
|
|
inherit cmake
|
|
|
|
SRC_URI = " \
|
|
git://github.com/SuperTux/physfs.git \
|
|
file://0001-fix-build-with-gcc-6.patch \
|
|
"
|
|
SRCREV = "f3b45a94d0b7c0a85469b1e60fefd8383b6719ba"
|
|
S = "${WORKDIR}/git"
|
|
PV = "2.0.3+git${SRCPV}"
|