diff options
Diffstat (limited to 'content/ipkg-0.99.84.oe')
-rw-r--r-- | content/ipkg-0.99.84.oe | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe deleted file mode 100644 index 5095f69d23..0000000000 --- a/content/ipkg-0.99.84.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=V0-99-84" -S="${WORKDIR}/ipkg/C" - -inherit autotools - -do_compile_prepend () { - ./autoconfigure.sh -} |