comparison src/popt.mk @ 2349:f48c5b085a38

Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 11:07:07 +0200
parents f653602a0500
children 99516e73b368
comparison
equal deleted inserted replaced
2348:5ada143a0517 2349:f48c5b085a38
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # popt 4 # popt
5 PKG := popt 5 PKG := popt
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 1.16
8 $(PKG)_CHECKSUM := cfe94a15a2404db85858a81ff8de27c8ff3e235e 7 $(PKG)_CHECKSUM := cfe94a15a2404db85858a81ff8de27c8ff3e235e
9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
10 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
11 $(PKG)_WEBSITE := http://freshmeat.net/projects/popt/
12 $(PKG)_URL := http://rpm5.org/files/popt/$($(PKG)_FILE) 10 $(PKG)_URL := http://rpm5.org/files/popt/$($(PKG)_FILE)
13 $(PKG)_URL_2 := http://ftp.debian.org/debian/pool/main/p/$(PKG)/$(PKG)_$($(PKG)_VERSION).orig.tar.gz 11 $(PKG)_URL_2 := http://ftp.debian.org/debian/pool/main/p/$(PKG)/$(PKG)_$($(PKG)_VERSION).orig.tar.gz
14 $(PKG)_DEPS := gcc libiconv gettext 12 $(PKG)_DEPS := gcc libiconv gettext
15 13
16 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE