DESCRIPTION="Itsy Package Manager" LICENSE="GPL" SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=V0-99-84" PROVIDES=virtual/ipkg DEPENDS=virtual/libc S="${WORKDIR}/ipkg/C" do_compile () { ( ./autoconfigure.sh && \ base_do_compile $@ ) || die "compilation failed." } do_install () { set -e oe_runmake DESTDIR="${D}" install }