update version of package glew (by Martin Lambers)

This commit is contained in:
Volker Grabsch 2010-01-12 21:03:32 +01:00
parent a3d030c8d3
commit a9b7c1c25d
1 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Copyright (C) 2009 Volker Grabsch # Copyright (C) 2009, 2010 Volker Grabsch
# Martin Lambers # Martin Lambers
# #
# Permission is hereby granted, free of charge, to any person obtaining # Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the # a copy of this software and associated documentation files (the
@ -23,17 +23,17 @@
# GLEW # GLEW
PKG := glew PKG := glew
$(PKG)_IGNORE := $(PKG)_IGNORE :=
$(PKG)_VERSION := 1.5.1 $(PKG)_VERSION := 1.5.2
$(PKG)_CHECKSUM := a94113169d46487ccda1bb2fde68fa1803bdf009 $(PKG)_CHECKSUM := 21fa100ff77d10f6767ef387f65de98eaaaa683f
$(PKG)_SUBDIR := glew $(PKG)_SUBDIR := glew-$($(PKG)_VERSION)
$(PKG)_FILE := glew-$($(PKG)_VERSION)-src.tgz $(PKG)_FILE := glew-$($(PKG)_VERSION).tgz
$(PKG)_WEBSITE := http://glew.sourceforge.net/ $(PKG)_WEBSITE := http://glew.sourceforge.net/
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/glew/glew/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/glew/glew/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc $(PKG)_DEPS := gcc
define $(PKG)_UPDATE define $(PKG)_UPDATE
$(call SOURCEFORGE_FILES,http://sourceforge.net/projects/glew/files/glew/) | \ $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/glew/files/glew/) | \
$(SED) -n 's,.*glew-\([0-9][^>]*\)-src\.tgz.*,\1,p' | \ $(SED) -n 's,.*glew-\([0-9][^>]*\)\.tgz.*,\1,p' | \
tail -1 tail -1
endef endef