comparison src/ncurses.mk @ 3480:13be64f9f16d

move version info from index.html to src/*.mk files
author John W. Eaton <jwe@octave.org>
date Fri, 31 Jan 2014 16:04:01 -0500
parents cf6f40cededb
children c18e196786bb
comparison
equal deleted inserted replaced
3479:b0314bcf3ead 3480:13be64f9f16d
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 # ncurses 4 # ncurses
5 PKG := ncurses 5 PKG := ncurses
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 5.9
7 $(PKG)_CHECKSUM := 3e042e5f2c7223bffdaac9646a533b8c758b65b5 8 $(PKG)_CHECKSUM := 3e042e5f2c7223bffdaac9646a533b8c758b65b5
8 $(PKG)_SUBDIR := ncurses-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := ncurses-$($(PKG)_VERSION)
9 $(PKG)_FILE := ncurses-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := ncurses-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://ftp.gnu.org/pub/gnu/ncurses/$($(PKG)_FILE) 11 $(PKG)_URL := http://ftp.gnu.org/pub/gnu/ncurses/$($(PKG)_FILE)
11 $(PKG)_DEPS := 12 $(PKG)_DEPS :=