aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qiv/qiv_1.9.bb
blob: c3aeb05bd2044673c7a91449c51767f9c7a06418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Qiv is a very small and pretty fast gdk/Imlib image viewer."
LICENSE = "GPLv2"
SECTION = "x11/graphics"
DEPENDS = "gtk+-1.2 imlib"
PR = "r1"

SRC_URI = "http://www.klografx.net/qiv/download/qiv-1.9-src.tgz \
		file://makefile.patch;patch=1 \
		"
inherit pkgconfig binconfig

CFLAGS += " -lSM -lICE -lXdmcp"

do_install() {
 	install -s -m 0755 qiv ${D}${bindir}/qiv
        install -m 0644 qiv.1 ${D}${mandir}/man1/qiv.1
}