aboutsummaryrefslogtreecommitdiffstats
path: root/package/freetype/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-10 21:09:56 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-10 21:09:56 +0000
commit10d4ef27a7e66818c8a6e7dbc61880a5e2b59399 (patch)
tree431e3c9a91217be30fa53be57faf50851816772d /package/freetype/ipkg
parent1c541883dd2ea7fc310cc43e54c72548e43c54d3 (diff)
downloadmaster-187ad058-10d4ef27a7e66818c8a6e7dbc61880a5e2b59399.tar.gz
master-187ad058-10d4ef27a7e66818c8a6e7dbc61880a5e2b59399.tar.bz2
master-187ad058-10d4ef27a7e66818c8a6e7dbc61880a5e2b59399.zip
Add freetype package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1601 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/freetype/ipkg')
-rw-r--r--package/freetype/ipkg/libfreetype.control18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/freetype/ipkg/libfreetype.control b/package/freetype/ipkg/libfreetype.control
new file mode 100644
index 0000000000..bf9f9c7a8b
--- /dev/null
+++ b/package/freetype/ipkg/libfreetype.control
@@ -0,0 +1,18 @@
+Package: libfreetype
+Priority: optional
+Section: libs
+Maintainer: Oliver Ertl <oliver@ertl-net.net>, OpenWrt Developers <bugs@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/freetype/
+Depends: zlib
+Description: A free, high-quality and portable font engine.
+ 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