diff options
Diffstat (limited to 'packages/qof')
-rw-r--r-- | packages/qof/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/qof/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/qof/files/fix-includes.patch | 16 | ||||
-rw-r--r-- | packages/qof/qof_0.6.0.bb | 22 |
4 files changed, 38 insertions, 0 deletions
diff --git a/packages/qof/.mtn2git_empty b/packages/qof/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/qof/.mtn2git_empty diff --git a/packages/qof/files/.mtn2git_empty b/packages/qof/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/qof/files/.mtn2git_empty diff --git a/packages/qof/files/fix-includes.patch b/packages/qof/files/fix-includes.patch new file mode 100644 index 0000000000..427a88d0ee --- /dev/null +++ b/packages/qof/files/fix-includes.patch @@ -0,0 +1,16 @@ +--- /tmp/Makefile.am 2005-11-13 21:41:47.368686720 +0100 ++++ qof-0.6.0-pre1/qof/Makefile.am 2005-11-13 21:41:58.637973528 +0100 +@@ -86,13 +86,11 @@ + + if USE_LIBGDA + INCLUDES = \ +- -I$(includedir) \ + -DPREFIX=\""$(prefix)"\" \ + -DDATADIR=\""$(datadir)"\" + else + INCLUDES = \ + -I${top_srcdir}/lib/libsql \ +- -I$(includedir) \ + -DPREFIX=\""$(prefix)"\" \ + -DDATADIR=\""$(datadir)"\" + endif diff --git a/packages/qof/qof_0.6.0.bb b/packages/qof/qof_0.6.0.bb new file mode 100644 index 0000000000..b7c2908ddc --- /dev/null +++ b/packages/qof/qof_0.6.0.bb @@ -0,0 +1,22 @@ +LICENSE = "GPL" +HOMEPAGE = "http://qof.sourceforge.net/" + +PR = "pre1" +DEPENDS = "glib-2.0 libtool zlib" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}-pre1.tar.gz \ + file://fix-includes.patch;patch=1" + +S = "${WORKDIR}/${P}-pre1" + +FILES_${PN} += "/usr/share/xml" +PARALLEL_MAKE="" + +inherit autotools pkgconfig + + +do_stage() { +autotools_stage_all +} + + |