diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-06 16:42:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-06 16:42:44 +0000 |
commit | 8f29644efce44f9059fb290b644047caf9146c1b (patch) | |
tree | 48988acb0aae4225fb1ef2c5599dba659ad6744d /packages/postgresql/postgresql.inc | |
parent | 670cceb7f604c6ad6edf47431326434574fbf114 (diff) | |
parent | 1b7fb667944736d86e8b483727f87998083e8972 (diff) |
merge of '298797d86056bd55b8e0191685cb8ae42de55f7d'
and 'e3a17e2ff263cac6d4b035034dc79a0e05fc548d'
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/" |