diff options
Diffstat (limited to 'recipes/nonworking/firebird')
-rw-r--r-- | recipes/nonworking/firebird/firebird_1.5.0.4290.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/nonworking/firebird/firebird_1.5.0.4290.bb b/recipes/nonworking/firebird/firebird_1.5.0.4290.bb new file mode 100644 index 0000000000..40e7b9a348 --- /dev/null +++ b/recipes/nonworking/firebird/firebird_1.5.0.4290.bb @@ -0,0 +1,8 @@ +SRC_URI = ${SOURCEFORGE_MIRROR}/firebird/firebird-${PV}.tar.bz2 + +inherit autotools + +do_configure () { + ./autogen.sh + oe_runconf +} |