diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-06 16:38:07 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-06 16:38:07 +0000 |
commit | 971d3c239dcb1fbd91f4dc3a5a0ff22fd31f676b (patch) | |
tree | e8a72a0d207229966a2d69622003ad485a97a4ff /packages/postgresql/postgresql.inc | |
parent | fe124765315ee602acc6b4c4a2f07f008a242ce1 (diff) | |
parent | 44ac9d49b4e1360af9a420227472ab87252dfb09 (diff) |
merge of '04d71b254a1cb165a6dab2688fc19c937e10afc5'
and '3db1a7f8ffb636e2a0489fd213705447a66fd326'
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/" |