[oe-commits] Andreas Müller : physfs: initial add 2.0.3

git at git.openembedded.org git at git.openembedded.org
Thu Jan 10 11:24:43 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 73457a7f36c1edcbb97d58e835f36bd33d74fd9a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=73457a7f36c1edcbb97d58e835f36bd33d74fd9a

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Thu Jan  3 23:01:22 2013 +0100

physfs: initial add 2.0.3

---

 meta-oe/recipes-support/physfs/physfs_2.0.3.bb |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/physfs/physfs_2.0.3.bb b/meta-oe/recipes-support/physfs/physfs_2.0.3.bb
new file mode 100644
index 0000000..641d7ec
--- /dev/null
+++ b/meta-oe/recipes-support/physfs/physfs_2.0.3.bb
@@ -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"





More information about the Openembedded-commits mailing list