First pass of .oe cleanups.
[openembedded.git] / ipkg / ipkg_0.99.95.oe
1 DESCRIPTION = "Itsy Package Manager"
2 LICENSE = "GPL"
3 PROVIDES = "virtual/ipkg"
4 DEPENDS = "virtual/libc"
5
6 SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + string.replace(oe.data.getVar('PV',d,1), '.', '-')}"
7 S = "${WORKDIR}/ipkg/C"
8
9 inherit autotools
10
11 do_configure_prepend () {
12         ./autoconfigure.sh
13 }