Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / nonworking / bogl / bogl-utils-native_0.1.9.oe
1 DESCRIPTION = "Utilities for Ben's Own Graphics Library"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 DEPENDS = "gd-native"
5 PR = "2"
6
7 SRC_URI = "${DEBIAN_MIRROR}/main/b/bogl/bogl_${PV}-${PR}.tar.gz"
8 S = "${WORKDIR}/bogl"
9
10 inherit native
11
12 do_compile() {
13         oe_runmake bdftobogl pngtobogl
14         # giftobogl doesn't work because gd no longer comes with GIF support
15 }
16
17 do_stage() {
18         install -d ${STAGING_BINDIR}/
19         install -m 0755 bdftobogl pngtobogl ${STAGING_BINDIR}/
20 }