summaryrefslogtreecommitdiff
path: root/recipes/tuxbox/libdvbsi++.bb
blob: 542383a6d7ce9aef8979e7d3a2356c36329e6d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "libdvbsi++ by obi@saftware.de"
DEPENDS = "dreambox-dvbincludes"
MAINTAINER = "Felix Domke <tmbinc@elitdvb.net>"

SRC_URI = "git://git.opendreambox.org/git/obi/libdvbsi++.git;protocol=git"

SRCREV = "49b0c78a0b0db3efd0a49c4cf2fc1c7f4bf21c15"

PV = "1.0+git${SRCPV}"
PKGV = "1.0+git${GITPKGV}"
PR = "r1"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

do_stage() {
	oe_runmake install prefix=${STAGING_DIR} \
	       bindir=${STAGING_BINDIR} \
	       includedir=${STAGING_INCDIR} \
	       libdir=${STAGING_LIBDIR} \
	       datadir=${STAGING_DATADIR}
}

EXTRA_OECONF = "--with-target=native"