First pass of .oe cleanups.
[openembedded.git] / ipkg / ipkg_0.99.84.oe
index e69de29..429d4bb 100644 (file)
@@ -0,0 +1,13 @@
+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_configure_prepend () {
+       ./autoconfigure.sh
+}