comparison src/s2tc.mk @ 4618:de2eedecd6ba

update broken PKG_UPDATE rules, handle missing update rules * Makefile.in: add handling for packages with no update rule * src/gtk2.mk, src/gtk3.mk, src/libvpx.mk, src/taglib.mk, src/hunspell.mk, src/vala.mk : use github tags for version info * src/llvm.mk: add '?' to update url * src/openscenegraph.mk: update SED rule for version extraction * src/pthread-stubs.mk, src/qt5.mk, src/renderproto.mk, src/sm.mk, src/s2tc.mk, src/util-macros.mk: added dummy PKG_UPDATE rule * src/qscintilla.mk: change search name for version extraction * src/qtbase.mk: use short pkg version in update path * src/suitesparse.mk: update change in main url/version url * src/tre.mk: update download page link * src/vmime.mk: update download and update url * src/wget.mk, src/xapian-core.mk: update url, sed rule * src/wt.mk: update to use github download/update * src/src-msys-libcrypt.mk: update sed rule
author John Donoghue
date Fri, 09 Mar 2018 11:46:42 -0500
parents e575e2afdae4
children
comparison
equal deleted inserted replaced
4617:beb3a5cdd67d 4618:de2eedecd6ba
7 $(PKG)_CHECKSUM := 08295ae27abe2718f7be01f490e7a08353060291 7 $(PKG)_CHECKSUM := 08295ae27abe2718f7be01f490e7a08353060291
8 $(PKG)_SUBDIR := s2tc-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := s2tc-$($(PKG)_VERSION)
9 $(PKG)_FILE := s2tc-$($(PKG)_VERSION).zip 9 $(PKG)_FILE := s2tc-$($(PKG)_VERSION).zip
10 $(PKG)_URL := https://github.com/divVerent/s2tc/archive/v$($(PKG)_VERSION).zip 10 $(PKG)_URL := https://github.com/divVerent/s2tc/archive/v$($(PKG)_VERSION).zip
11 $(PKG)_DEPS := mesa-proto 11 $(PKG)_DEPS := mesa-proto
12
13 define $(PKG)_UPDATE
14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $($(PKG)_VERSION)
16 endef
12 17
13 define $(PKG)_BUILD 18 define $(PKG)_BUILD
14 cd '$(1)' && ./autogen.sh 19 cd '$(1)' && ./autogen.sh
15 mkdir '$(1)/.build' 20 mkdir '$(1)/.build'
16 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \ 21 cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \