comparison src/postgresql.mk @ 2722:cc9a2cdaa9d5

update package postgresql
author Mark Brand <mabrand@mabrand.nl>
date Tue, 11 Sep 2012 02:30:25 +0200
parents 15746ee1cfd1
children f20bbf45b91a
comparison
equal deleted inserted replaced
2721:382711917f93 2722:cc9a2cdaa9d5
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := postgresql 4 PKG := postgresql
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 8411f39e7cff8d691d908de7823b72426433faa2 6 $(PKG)_CHECKSUM := 6ab154052dd62bb9b0cf2cd666384f7b25eefaf5
7 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION)
8 $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2 8 $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2
9 $(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE) 9 $(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc zlib openssl 10 $(PKG)_DEPS := gcc zlib openssl
11 11