summaryrefslogtreecommitdiff
path: root/nonworking/firebird
diff options
context:
space:
mode:
Diffstat (limited to 'nonworking/firebird')
-rw-r--r--nonworking/firebird/firebird_1.5.0.4290.oe11
1 files changed, 11 insertions, 0 deletions
diff --git a/nonworking/firebird/firebird_1.5.0.4290.oe b/nonworking/firebird/firebird_1.5.0.4290.oe
index e69de29bb2..c8f87a580e 100644
--- a/nonworking/firebird/firebird_1.5.0.4290.oe
+++ b/nonworking/firebird/firebird_1.5.0.4290.oe
@@ -0,0 +1,11 @@
+DEPENDS =
+RDEPENDS = libc6
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/firebird/firebird-${PV}.tar.bz2
+
+inherit autotools
+
+do_configure () {
+ ./autogen.sh
+ oe_runconf
+}