summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
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 $@
+}