comparison src/gdk-pixbuf.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 # GDK-pixbuf 4 # GDK-pixbuf
5 PKG := gdk-pixbuf 5 PKG := gdk-pixbuf
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 2.22.1
8 $(PKG)_CHECKSUM := b452208963ddd84f7280865695b50255fcafaa2e 7 $(PKG)_CHECKSUM := b452208963ddd84f7280865695b50255fcafaa2e
9 $(PKG)_SUBDIR := gdk-pixbuf-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := gdk-pixbuf-$($(PKG)_VERSION)
10 $(PKG)_FILE := gdk-pixbuf-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := gdk-pixbuf-$($(PKG)_VERSION).tar.bz2
11 $(PKG)_WEBSITE := http://www.gdk-pixbuf.org/
12 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc glib libpng jpeg tiff jasper libiconv 11 $(PKG)_DEPS := gcc glib libpng jpeg tiff jasper libiconv
14 12
15 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
16 wget -q -O- 'http://git.gnome.org/browse/gdk-pixbuf/refs/tags' | \ 14 wget -q -O- 'http://git.gnome.org/browse/gdk-pixbuf/refs/tags' | \