summaryrefslogtreecommitdiff
path: root/ipkg-utils/ipkg-utils_1.0cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'ipkg-utils/ipkg-utils_1.0cvs.oe')
-rw-r--r--ipkg-utils/ipkg-utils_1.0cvs.oe21
1 files changed, 21 insertions, 0 deletions
diff --git a/ipkg-utils/ipkg-utils_1.0cvs.oe b/ipkg-utils/ipkg-utils_1.0cvs.oe
index e69de29bb2..2c780ca367 100644
--- a/ipkg-utils/ipkg-utils_1.0cvs.oe
+++ b/ipkg-utils/ipkg-utils_1.0cvs.oe
@@ -0,0 +1,21 @@
+DESCRIPTION="Itsy Package Manager utilities"
+DEPENDS=""
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Chris Larson <kergoth@handhelds.org>"
+LICENSE="GPL"
+#DEPENDS=virtual/libc
+
+SRC_URI:="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils"
+S:="${WORKDIR}/${PN}"
+
+inherit autotools
+
+do_stage() {
+ cp ipkg* ${STAGING_BINDIR}/
+}
+
+do_install() {
+ install -d ${D}${bindir}
+ cp ipkg* ${D}${bindir}/
+}