diff options
Diffstat (limited to 'src/t4k_common.mk')
-rw-r--r-- | src/t4k_common.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/t4k_common.mk b/src/t4k_common.mk index 7737302..9448ec5 100644 --- a/src/t4k_common.mk +++ b/src/t4k_common.mk @@ -4,11 +4,9 @@ # t4k_common PKG := t4k_common $(PKG)_IGNORE := -$(PKG)_VERSION := 0.1.1 $(PKG)_CHECKSUM := 626eddedee86059ccab593a226c8d98571018b46 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz -$(PKG)_WEBSITE := http://tux4kids.alioth.debian.org/ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/tuxmath/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := gcc sdl sdl_mixer sdl_image sdl_net sdl_pango sdl_ttf libpng librsvg libxml2 pthreads |