summaryrefslogtreecommitdiff
path: root/package/SDL_ttf/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-28 08:04:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-28 08:05:08 +0200
commit33b69d0e9a09c19225e8f5f34869f74fe60e2d2b (patch)
tree5a36b68985ea3b9cfe9910d39d71c7bf7ec777d9 /package/SDL_ttf/Makefile
parentb4e8f5ab5a9e93a96d0dae500cbd9186fcf11d36 (diff)
more tar.gz fixes
Diffstat (limited to 'package/SDL_ttf/Makefile')
-rw-r--r--package/SDL_ttf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/SDL_ttf/Makefile b/package/SDL_ttf/Makefile
index 53e49e1e2..659646dfd 100644
--- a/package/SDL_ttf/Makefile
+++ b/package/SDL_ttf/Makefile
@@ -7,7 +7,7 @@ PKG_NAME:= SDL_ttf
PKG_VERSION:= 2.0.10
PKG_RELEASE:= 2
PKG_MD5SUM:= 814e6e17e8879254208d23b3b7e0354b
-PKG_DESCR:= TrueType fonts in your SDL applications
+PKG_DESCR:= truetype fonts for SDL applications
PKG_SECTION:= libs
PKG_DEPENDS:= libsdl libfreetype
PKG_BUILDDEP:= sdl freetype gettext-tiny
@@ -16,6 +16,8 @@ PKG_SITES:= http://www.libsdl.org/projects/SDL_ttf/release/
PKG_LIBNAME:= libsdl-ttf
PKG_OPTS:= dev
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBSDL_TTF,libsdl-ttf,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))