enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / opkg / opkg.inc
1 DESCRIPTION = "Opkg Package Manager"
2 DESCRIPTION_libopkg = "Opkg Package Manager Library"
3 SECTION = "base"
4 LICENSE = "GPL"
5 DEPENDS = "curl gpgme"
6 PV = "0.1.6+svnr${SRCPV}"
7 INC_PR = "r19"
8
9 FILESPATHPKG =. "opkg:"
10
11 SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
12         file://opkg_unarchive.patch;patch=1;maxrev=201 \
13         file://opkg-intercept-cleanup.patch;patch=1;maxrev=241 \
14 "
15
16 SRC_URI += "file://configure"
17
18 S = "${WORKDIR}/trunk"
19
20 inherit autotools pkgconfig
21
22 do_install_prepend() {
23   install -d ${D}${sysconfdir}/rcS.d
24   install -m 0755 ${WORKDIR}/configure ${D}${sysconfdir}/rcS.d/S98configure
25 }
26