postgresql: add 8.1.4, with a slight hack to make packaging work
authorKoen Kooi <koen@openembedded.org>
Sun, 4 Jun 2006 11:13:10 +0000 (11:13 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 4 Jun 2006 11:13:10 +0000 (11:13 +0000)
packages/postgresql/.mtn2git_empty [new file with mode: 0644]
packages/postgresql/postgresql_8.1.4.bb [new file with mode: 0644]

diff --git a/packages/postgresql/.mtn2git_empty b/packages/postgresql/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/postgresql/postgresql_8.1.4.bb b/packages/postgresql/postgresql_8.1.4.bb
new file mode 100644 (file)
index 0000000..df61311
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
+HOMEPAGE = "http://www.postgresql.com"
+LICENSE = "BSD"
+DEPENDS = "zlib readline"
+
+#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
+
+SRC_URI = "ftp://ftp.nl.postgresql.org/pub/mirror/postgresql/source/v${PV}/${P}.tar.bz2"
+
+
+inherit autotools pkgconfig
+
+FILES_${PN}-doc += "${prefix}/doc/" 
+
+do_compile_append() {
+cp /usr/sbin/zic ${S}/src/timezone/
+}
+
+
+