diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-31 12:13:19 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-31 12:13:19 +0000 |
commit | dcad148d14280bf64f28b6610a48c979de9a80e4 (patch) | |
tree | d711d4442761165293f11e5cfde97dc4fc30be2f /ipkg | |
parent | 7afd2981022c5aec1bde1c52a8068bfedb1a8a92 (diff) |
apply latest patches from pb_
BKrev: 406ab5dffk_gt5wgj_dU2qNXDYcCfg
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg_0.99.118.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ipkg/ipkg_0.99.118.oe b/ipkg/ipkg_0.99.118.oe index e69de29bb2..12c70ac6ea 100644 --- a/ipkg/ipkg_0.99.118.oe +++ b/ipkg/ipkg_0.99.118.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 libtool + +do_configure_prepend () { + ./autoconfigure.sh +} |