diff options
Diffstat (limited to 'content/ipkg-0.99.91.oe')
-rw-r--r-- | content/ipkg-0.99.91.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/content/ipkg-0.99.91.oe b/content/ipkg-0.99.91.oe index e69de29bb2..18788b759a 100644 --- a/content/ipkg-0.99.91.oe +++ b/content/ipkg-0.99.91.oe @@ -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=${@'V' + string.replace(oe.data.getVar('PV',d,1), '.', '-')}" +S="${WORKDIR}/ipkg/C" + +inherit autotools + +do_compile_prepend () { + ./autoconfigure.sh +} |