From a0d4053fc3c259a19e5d99d734e5c7779519a412 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 May 2018 12:00:10 -0700 Subject: physfs: Update to 3.0.1 License-Update: copyright years updated along with a note removal about LZMA SDK and LGPL see https://hg.icculus.org/icculus/physfs/rev/5b31ba402270 https://hg.icculus.org/icculus/physfs/rev/8f14bdf15b2a Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb (limited to 'meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb') diff --git a/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb b/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb new file mode 100644 index 000000000..cc97dead5 --- /dev/null +++ b/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb @@ -0,0 +1,13 @@ +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=2668e2fb051c3e564198e146a9a2d9f0" +DEPENDS = "readline zlib" + +inherit cmake + +PE = "1" + +SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2" +SRC_URI[md5sum] = "359f102bcbd62accf84ef32f4863255d" +SRC_URI[sha256sum] = "b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1" -- cgit v1.2.3-54-g00ecf