mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
physfs: initial add 2.0.3
This commit is contained in:
committed by
Martin Jansa
parent
8eb46a9fd5
commit
73457a7f36
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "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=5d94e3eaaa10b00ca803ba35a3e87cde"
|
||||
DEPENDS = "readline zlib"
|
||||
|
||||
inherit cmake
|
||||
|
||||
SRC_URI = "http://icculus.org/${PN}/downloads/${PN}-${PV}.tar.bz2"
|
||||
SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613"
|
||||
SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69"
|
||||
Reference in New Issue
Block a user