aboutsummaryrefslogtreecommitdiffstats
path: root/packages/postgresql/postgresql_8.2.4.bb
blob: 3f65a4fd0d9e4418fdfc5e5c96e5556d756e3c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 \
	file://no-ecpg-test.patch;patch=1"


inherit autotools pkgconfig

FILES_${PN}-doc += "${prefix}/doc/"

do_compile_append() {
cp /usr/sbin/zic ${S}/src/timezone/
}

DEFAULT_PREFERENCE = "-1"