BKrev: 3f775a2ftpYZcBcPLRDmX1LBERElrw
+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
+}
+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_configure_prepend () {
+ ./autoconfigure.sh
+}