Changeset c8b93bd in freewrt for package/postgresql/Makefile
- Timestamp:
- Sep 16, 2006, 6:21:37 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 9036ea5
- Parents:
- 8e47882
- File:
-
- 1 edited
-
package/postgresql/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/postgresql/Makefile
r8e47882 rc8b93bd 1 # $Id: Makefile 3112 2006-02-01 23:53:19Z mbm $ 1 # $FreeWRT$ 2 #- 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/licence for details. 2 6 3 7 include $(TOPDIR)/rules.mk 4 8 5 PKG_NAME:= postgresql6 PKG_VERSION:= 7.4.97 PKG_RELEASE:= 18 PKG_MD5SUM:= d7cf0f0a0e1dda19268f55cb1e124c779 PKG_NAME:= postgresql 10 PKG_VERSION:= 7.4.9 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= d7cf0f0a0e1dda19268f55cb1e124c77 9 13 10 PKG_SOURCE_URL:=\ 11 ftp://ftp3.us.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ 12 ftp://ftp.br.postgresql.org/pub/PostgreSQL/source/v$(PKG_VERSION)/ \ 13 ftp://ftp.au.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ 14 ftp://ftp.tw.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ 15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 14 PKG_SOURCE_URL:= ftp://ftp3.us.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ 15 ftp://ftp.br.postgresql.org/pub/PostgreSQL/source/v$(PKG_VERSION)/ \ 16 ftp://ftp.au.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ 17 ftp://ftp.tw.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ 18 PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 16 19 17 18 include $(TOPDIR)/package/rules.mk 20 include $(TOPDIR)/mk/package.mk 19 21 20 22 $(eval $(call PKG_template,LIBPQ,libpq,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
Note:
See TracChangeset
for help on using the changeset viewer.
