diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-filesystems/recipes-support/physfs | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-filesystems/recipes-support/physfs')
-rw-r--r-- | meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb new file mode 100644 index 0000000000..9ad7fabfbd --- /dev/null +++ b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" | ||
2 | HOMEAPAGE = "http://icculus.org/physfs" | ||
3 | LICENSE = "Zlib" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5d94e3eaaa10b00ca803ba35a3e87cde" | ||
5 | DEPENDS = "readline zlib" | ||
6 | |||
7 | inherit cmake | ||
8 | |||
9 | SRC_URI = "http://icculus.org/${PN}/downloads/${PN}-${PV}.tar.bz2" | ||
10 | SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613" | ||
11 | SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69" | ||