aboutsummaryrefslogtreecommitdiffstats
path: root/packages/enigma/ipkgpl.bb
blob: eb4e366dd68b8e7d870ffe884f31cf5bea2118f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DEPENDS = "enigma"
RDEPENDS = "enigma ipkg"
DESCRIPTION = "Enigma Plugin IPKG"
MAINTAINER = "Felix Domke <tmbinc@elitedvb.net>"
LICENSE = "GPL"
PV = "0.2.1"
PR = "r1"
SRC_URI =  "http://sources.dreamboxupdate.com/download/opendreambox/enigma/ipkgpl-${PV}-r1.tar.bz2"

S = "${WORKDIR}/ipkgpl"

FILES_${PN} =  "/usr/lib/tuxbox/plugins/ipkgpl.so \
		/usr/lib/tuxbox/plugins/ipkgpl.cfg"

inherit autotools pkgconfig

EXTRA_OECONF = "--with-target=native "

do_install() {
	install -d ${D}/usr/lib/tuxbox/plugins
	install ${S}/.libs/ipkgpl.so ${D}/usr/lib/tuxbox/plugins
	install -m 0644 ${S}/ipkgpl.cfg ${D}/usr/lib/tuxbox/plugins
}