summaryrefslogtreecommitdiff
path: root/ipkg
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /ipkg
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'ipkg')
-rw-r--r--ipkg/ipkg_0.99.108.oe2
-rw-r--r--ipkg/ipkg_0.99.114.oe2
-rw-r--r--ipkg/ipkg_0.99.116.oe13
-rw-r--r--ipkg/ipkg_0.99.84.oe2
-rw-r--r--ipkg/ipkg_0.99.91.oe2
-rw-r--r--ipkg/ipkg_0.99.95.oe2
6 files changed, 18 insertions, 5 deletions
diff --git a/ipkg/ipkg_0.99.108.oe b/ipkg/ipkg_0.99.108.oe
index 6cc4a21dbf..98b4557136 100644
--- a/ipkg/ipkg_0.99.108.oe
+++ b/ipkg/ipkg_0.99.108.oe
@@ -3,7 +3,7 @@ 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), '.', '-')} \
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + string.replace(oe.data.getVar('PV',d,1), '.', '-')} \
file://${FILESDIR}/libipkg-dev.patch;patch=1"
S = "${WORKDIR}/ipkg/C"
diff --git a/ipkg/ipkg_0.99.114.oe b/ipkg/ipkg_0.99.114.oe
index f30ed1a6dc..6ce0cf3fdb 100644
--- a/ipkg/ipkg_0.99.114.oe
+++ b/ipkg/ipkg_0.99.114.oe
@@ -3,7 +3,7 @@ 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), '.', '-')}"
+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
diff --git a/ipkg/ipkg_0.99.116.oe b/ipkg/ipkg_0.99.116.oe
index e69de29bb2..6ce0cf3fdb 100644
--- a/ipkg/ipkg_0.99.116.oe
+++ b/ipkg/ipkg_0.99.116.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_configure_prepend () {
+ ./autoconfigure.sh
+}
diff --git a/ipkg/ipkg_0.99.84.oe b/ipkg/ipkg_0.99.84.oe
index 429d4bbb77..87e2f8fdac 100644
--- a/ipkg/ipkg_0.99.84.oe
+++ b/ipkg/ipkg_0.99.84.oe
@@ -3,7 +3,7 @@ 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"
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=V${PV}"
S = "${WORKDIR}/ipkg/C"
inherit autotools
diff --git a/ipkg/ipkg_0.99.91.oe b/ipkg/ipkg_0.99.91.oe
index f30ed1a6dc..6ce0cf3fdb 100644
--- a/ipkg/ipkg_0.99.91.oe
+++ b/ipkg/ipkg_0.99.91.oe
@@ -3,7 +3,7 @@ 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), '.', '-')}"
+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
diff --git a/ipkg/ipkg_0.99.95.oe b/ipkg/ipkg_0.99.95.oe
index f30ed1a6dc..6ce0cf3fdb 100644
--- a/ipkg/ipkg_0.99.95.oe
+++ b/ipkg/ipkg_0.99.95.oe
@@ -3,7 +3,7 @@ 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), '.', '-')}"
+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