diff options
Diffstat (limited to 'recipes-graphics/gli/gli_0.8.4.0.bb')
| -rw-r--r-- | recipes-graphics/gli/gli_0.8.4.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-graphics/gli/gli_0.8.4.0.bb b/recipes-graphics/gli/gli_0.8.4.0.bb new file mode 100644 index 000000000..14d6a75ed --- /dev/null +++ b/recipes-graphics/gli/gli_0.8.4.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "OpenGL Image Library" | ||
| 2 | DESCRIPTION = "OpenGL Image (GLI) is a header only C++ \ | ||
| 3 | image library for graphics software." | ||
| 4 | HOMEPAGE = "http://gli.g-truc.net" | ||
| 5 | BUGTRACKER = "https://github.com/g-truc/gli/issues" | ||
| 6 | |||
| 7 | SECTION = "libs" | ||
| 8 | |||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://readme.md;beginline=19;endline=20;md5=ab03b667ee630c1abb1add70365a50fb" | ||
| 11 | |||
| 12 | SRC_URI = " \ | ||
| 13 | git://github.com/g-truc/gli;protocol=https;branch=master \ | ||
| 14 | " | ||
| 15 | SRCREV = "0c171ee87fcfe35a7e0e0445adef06f92e0b6a91" | ||
| 16 | |||
| 17 | inherit cmake | ||
| 18 | |||
| 19 | # This is a header-only library, so the main package will be empty. | ||
| 20 | ALLOW_EMPTY:${PN} = "1" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native" | ||
