summaryrefslogtreecommitdiff
path: root/packages/libxosd/libxosd_svn.bb
blob: b95c218df996e2b896dd1a50702279f7dbc7907c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "A library for displaying a TV-like on-screen display in X."
SECTION = "libs/x11"
DEPENDS = "virtual/libx11 libxext"
LICENSE = "LGPL"
PV = "2.2.15+svn${SRCDATE}"
PR = "r4"

SRC_URI = "svn://libxosd.svn.sourceforge.net/svnroot/libxosd/source;module=current;proto=https \
           file://autofoo.patch;patch=1 \
           file://use-sane-default-font.patch;patch=1"
S = "${WORKDIR}/current"

inherit autotools binconfig

do_stage() {
	autotools_stage_all
}

PACKAGES =+ "${PN}-dbg ${PN}-examples"
FILES_${PN}-examples = "${bindir}"