fbset_2.1: add dependency on bison-native
[openembedded.git] / recipes / qiv / qiv_1.9.bb
bloba1b63c6c6150bf1bf5f93615e3ed16d5b5e760dc
1 DESCRIPTION = "Qiv is a very small and pretty fast gdk/Imlib image viewer."
2 LICENSE = "GPLv2"
3 SECTION = "x11/graphics"
4 DEPENDS = "gtk+-1.2 imlib"
5 PR = "r1"
7 SRC_URI = "http://www.klografx.net/qiv/download/qiv-1.9-src.tgz \
8 file://makefile.patch \
10 inherit pkgconfig binconfig
12 CFLAGS += " -lSM -lICE -lXdmcp"
14 do_install() {
15 install -d ${D}${bindir}
16 install -d ${D}${mandir}/man1/
18 install -s -m 0755 qiv ${D}${bindir}/qiv
19 install -m 0644 qiv.1 ${D}${mandir}/man1/qiv.1
22 SRC_URI[md5sum] = "b368e00543b2b1d9a87b37fd5ba60c57"
23 SRC_URI[sha256sum] = "7ffeb0b90892d71eff4f26227962f5b306d52a55539f1cb2a72993c8252ca518"