aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg/opkg.inc
blob: 7865f1a0a7597d843f1e60fe0eeb9332407c5726 (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
26
27
DESCRIPTION = "Opkg Package Manager"
DESCRIPTION_libopkg = "Opkg Package Manager Library"
SECTION = "base"
LICENSE = "GPLv2"
DEPENDS = "curl gpgme openssl"
SRCREV = ${OPKG_SRCREV}
PV = "0.1.6+svnr${SRCPV}"
INC_PR = "r21"

FILESPATHPKG =. "opkg:"

SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
	file://opkg_unarchive.patch;patch=1;maxrev=201 \
	file://opkg-intercept-cleanup.patch;patch=1;maxrev=241 \
"

SRC_URI += "file://configure"

S = "${WORKDIR}/trunk"

inherit autotools pkgconfig

do_install_prepend() {
  install -d ${D}${sysconfdir}/rcS.d
  install -m 0755 ${WORKDIR}/configure ${D}${sysconfdir}/rcS.d/S98configure
}