diff options
author | Chris Larson <clarson@kergoth.com> | 2003-07-01 22:42:49 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-07-01 22:42:49 +0000 |
commit | 2ba996844db81f368f90c76a52e456712bdd0e4c (patch) | |
tree | e5d67e084535961c0c1b58b6dc0b0f69ae5303c2 /content/ipkg-utils-1.0_cvs.oe | |
parent | 0b7dfe31a9b3f2d19f3665821edc1fb450545990 (diff) |
Many files:
Remove unnecessary base inherit.
oe-1.0_bk.oe:
Rename: content/oe-1.0_bk-r1.oe -> content/oe-1.0_bk.oe
oe-1.0_bk-r1.oe:
Rename: content/oe-1.0_bk.oe -> content/oe-1.0_bk-r1.oe
tmake-1.11.oe:
Add a few missing variables to tmake
BKrev: 3f020e69dbkC3U9sTD1rCFFSuAne6Q
Diffstat (limited to 'content/ipkg-utils-1.0_cvs.oe')
-rw-r--r-- | content/ipkg-utils-1.0_cvs.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/ipkg-utils-1.0_cvs.oe b/content/ipkg-utils-1.0_cvs.oe index e69de29bb2..c744923db2 100644 --- a/content/ipkg-utils-1.0_cvs.oe +++ b/content/ipkg-utils-1.0_cvs.oe @@ -0,0 +1,15 @@ +DESCRIPTION="Itsy Package Manager utilities" +LICENSE="GPL" +SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils" +#DEPENDS=virtual/libc + +S="${WORKDIR}/${PN}" + +do_stage() { + cp ipkg* ${STAGING_BINDIR}/ +} + +do_install() { + install -d ${D}/usr/bin + cp ipkg* ${D}/usr/bin/ +} |