summaryrefslogtreecommitdiff
path: root/content/ipkg-0.99.91.oe
diff options
context:
space:
mode:
Diffstat (limited to 'content/ipkg-0.99.91.oe')
-rw-r--r--content/ipkg-0.99.91.oe13
1 files changed, 0 insertions, 13 deletions
diff --git a/content/ipkg-0.99.91.oe b/content/ipkg-0.99.91.oe
deleted file mode 100644
index 18788b759a..0000000000
--- a/content/ipkg-0.99.91.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION="Itsy Package Manager"
-LICENSE="GPL"
-PROVIDES=virtual/ipkg
-DEPENDS=virtual/libc
-
-SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + string.replace(oe.data.getVar('PV',d,1), '.', '-')}"
-S="${WORKDIR}/ipkg/C"
-
-inherit autotools
-
-do_compile_prepend () {
- ./autoconfigure.sh
-}