diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-01-03 23:01:22 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-10 12:22:40 +0100 |
| commit | 73457a7f36c1edcbb97d58e835f36bd33d74fd9a (patch) | |
| tree | 681ebbab664ff199b39b1d40a0a5fc371b037258 /meta-oe | |
| parent | 8eb46a9fd5a873a47fa002eff74d8d48acf9f6f9 (diff) | |
| download | meta-openembedded-73457a7f36c1edcbb97d58e835f36bd33d74fd9a.tar.gz | |
physfs: initial add 2.0.3
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | 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 0000000000..641d7ec605 --- /dev/null +++ b/meta-oe/recipes-support/physfs/physfs_2.0.3.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "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" | ||
