summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-10 22:41:25 +0000
committerChris Larson <clarson@kergoth.com>2003-06-10 22:41:25 +0000
commit8b5fbba4d3b02133ec6030a311cc11a8d8de51c6 (patch)
tree22d4baee9bfcd8ebf75b00f6bb25769b7f98327e /content
parent5fb6ffd7d1d5b787b8729c361c99f7eeaa77dd73 (diff)
Update the ipkg makefile to pass the cvs pass along in SRC_URI, and to start the compile.
BKrev: 3ee65e95YPwOUcK-ZbZ2Awm_BynOlQ
Diffstat (limited to 'content')
-rw-r--r--content/ipkg-0.99.84-r0/.cvspass0
-rw-r--r--content/ipkg-0.99.84.oe11
2 files changed, 7 insertions, 4 deletions
diff --git a/content/ipkg-0.99.84-r0/.cvspass b/content/ipkg-0.99.84-r0/.cvspass
deleted file mode 100644
index e69de29bb2..0000000000
--- a/content/ipkg-0.99.84-r0/.cvspass
+++ /dev/null
diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe
index 93a1f152c3..699179021c 100644
--- a/content/ipkg-0.99.84.oe
+++ b/content/ipkg-0.99.84.oe
@@ -1,10 +1,13 @@
DESCRIPTION="Itsy Package Manager"
LICENSE="GPL"
-SRC_URI="cvs://anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84"
+SRC_URI="cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84"
PROVIDES=virtual/ipkg
-export CVS_PASSFILE="${FILESDIR}/.cvspass"
-
-S="${WORKDIR}/${P}"
+S="${WORKDIR}/ipkg/C"
inherit base
+
+do_compile () {
+ ./autoconfigure.sh && \
+ base_do_compile $@
+}