From: Oyvind Repvik Date: Fri, 16 Mar 2007 15:24:55 +0000 (+0000) Subject: postgresql: Upstream upgrade to 8.1.8 X-Git-Tag: Release-2010-05/1~8868^2~1092^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39029e48870ca52e1af7d31220f2245358421d89;p=openembedded.git postgresql: Upstream upgrade to 8.1.8 --- diff --git a/packages/postgresql/postgresql_8.1.8.bb b/packages/postgresql/postgresql_8.1.8.bb new file mode 100644 index 0000000000..be44052437 --- /dev/null +++ b/packages/postgresql/postgresql_8.1.8.bb @@ -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.us.postgresql.org/pub/mirrors/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/ +} + + +