aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils/ipkg-utils_1.6cvs.oe
blob: faef8947c34da581db9ab0409d45a3d9874af650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PV_append = "${CVSDATE}"
DESCRIPTION = "Itsy Package Manager utilities"
DEPENDS = ""
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
LICENSE = "GPL"
#DEPENDS = "virtual/libc"
RDEPENDS = "python"

SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=ipkg-utils"
S = "${WORKDIR}/ipkg-utils"

inherit distutils

do_stage() {
	cp ipkg* ${STAGING_BINDIR}/
}

do_install() {
	install -d ${D}${bindir}
	cp ipkg* ${D}${bindir}/
}