diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-06 16:38:16 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-06 16:38:16 +0000 |
commit | 1b7fb667944736d86e8b483727f87998083e8972 (patch) | |
tree | a9098932d646e05f3bb748a67e95d57e1557d7e3 /packages/postgresql/postgresql.inc | |
parent | c4b9bd13292f10884ad96854b79b1d22251bd1e7 (diff) | |
parent | 971d3c239dcb1fbd91f4dc3a5a0ff22fd31f676b (diff) |
merge of '3096507e1176a6f381be085273c56ec4c8587ec8'
and 'a86b893a92c8dbd634262771afe20a8eb26f2b82'
Diffstat (limited to 'packages/postgresql/postgresql.inc')
-rw-r--r-- | packages/postgresql/postgresql.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/postgresql/postgresql.inc b/packages/postgresql/postgresql.inc new file mode 100644 index 0000000000..36ec1187aa --- /dev/null +++ b/packages/postgresql/postgresql.inc @@ -0,0 +1,16 @@ +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-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2" + +inherit autotools pkgconfig + +do_compile_append() { + cp /usr/sbin/zic ${S}/src/timezone/ +} + +FILES_${PN}-doc += "${prefix}/doc/" |