package teem: add TODO placeholder for update script

This commit is contained in:
Tony Theodore 2012-12-06 00:52:52 +11:00
parent 8edaa9de3c
commit cb623a2117
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_V
$(PKG)_DEPS := gcc zlib bzip2 pthreads levmar
define $(PKG)_UPDATE
/bin/false
echo 'TODO: write update script for $(PKG).' >&2;
echo $($(PKG)_VERSION)
endef
define $(PKG)_BUILD