summaryrefslogtreecommitdiff
path: root/package/freetype
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/freetype
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/freetype')
-rw-r--r--package/freetype/Config.in24
-rw-r--r--package/freetype/Makefile10
2 files changed, 4 insertions, 30 deletions
diff --git a/package/freetype/Config.in b/package/freetype/Config.in
deleted file mode 100644
index 408998aa8..000000000
--- a/package/freetype/Config.in
+++ /dev/null
@@ -1,24 +0,0 @@
-config ADK_COMPILE_FREETYPE
- tristate
- default n
- depends on ADK_PACKAGE_LIBFREETYPE
-
-config ADK_PACKAGE_LIBFREETYPE
- tristate "libfreetype....................... A free, high-quality and portable font engine"
- default n
- select ADK_COMPILE_FREETYPE
- select ADK_PACKAGE_ZLIB
- help
- The FreeType project is a team of volunteers who develop free,
- portable and high-quality software solutions for digital typography.
- They specifically target embedded systems and focus on bringing small,
- efficient and ubiquitous products.
-
- The FreeType 2 library is their new software font engine. It has been
- designed to provide the following important features:
- * A universal and simple API to manage font files
- * Support for several font formats through loadable modules
- * High-quality anti-aliasing
- * High portability & performance
-
- http://www.freetype.org/
diff --git a/package/freetype/Makefile b/package/freetype/Makefile
index 63700c539..e902954c7 100644
--- a/package/freetype/Makefile
+++ b/package/freetype/Makefile
@@ -3,9 +3,10 @@
include ${TOPDIR}/rules.mk
-PKG_NAME:= libfreetype
+PKG_NAME:= freetype
PKG_VERSION:= 2.3.11
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
+PKG_BUILDDEP+= zlib
PKG_MD5SUM:= 519c7cbf5cbd72ffa822c66844d3114c
PKG_DESCR:= A free, high-quality and portable font engine
PKG_SECTION:= libs
@@ -13,16 +14,13 @@ PKG_DEPENDS:= zlib
PKG_URL:= http://www.freetype.org
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=freetype/}
-DISTFILES:= freetype-${PKG_VERSION}.tar.bz2
-WRKDIST= ${WRKDIR}/freetype-${PKG_VERSION}
-
ifeq ($(ADK_STATIC),y)
PKG_OPTS:= libonly
endif
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LIBFREETYPE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+$(eval $(call PKG_template,LIBFREETYPE,libfreetype,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
CONFIGURE_STYLE:= gnu
BUILD_STYLE:= auto