diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
commit | b3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch) | |
tree | d1bf8edcf012880df29e52bf326b96c18c624dab /package/vilistextum | |
parent | 0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff) | |
parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/vilistextum')
-rw-r--r-- | package/vilistextum/Config.in | 23 | ||||
-rw-r--r-- | package/vilistextum/Makefile | 1 |
2 files changed, 1 insertions, 23 deletions
diff --git a/package/vilistextum/Config.in b/package/vilistextum/Config.in deleted file mode 100644 index e39d266a6..000000000 --- a/package/vilistextum/Config.in +++ /dev/null @@ -1,23 +0,0 @@ -config ADK_PACKAGE_VILISTEXTUM - prompt "vilistextum....................... A html to ascii-converter" - tristate - default n - select ADK_PACKAGE_LIBICONV - help - This is release 2.6.9 (22 October 2006) of Vilistextum. - Vilistextum is a html to text / ascii converter specifically - programmed to get the best out of incorrect html. It is released - as free software under the terms of the GNU GPL Version 2. - Some features: - * small and fast - * understands HTML 3.2 upto 4.01 and XHTML 1.0 - * creates footnotes for links - * can swallow multiple empty lines - * removes empty ALT attributes - * converts characters and entities between 128 and 159 from - the windows1252 charset to meaningful strings in ISO-8859-1. - E.g. 0x93 is converted to ". - * output can be optimized for ebook reading - * GUI-frontend using kaptain - * supports various multibyte encodings (e.g. Unicode, Shift_JIS) - diff --git a/package/vilistextum/Makefile b/package/vilistextum/Makefile index f96ca2103..95cdbaa92 100644 --- a/package/vilistextum/Makefile +++ b/package/vilistextum/Makefile @@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= vilistextum PKG_VERSION:= 2.6.9 PKG_RELEASE:= 1 +PKG_BUILDDEP+= libiconv PKG_MD5SUM:= 5ba56ffdc56758da716bb46c3e0f517e PKG_DESCR:= html to ascii converter PKG_SECTION:= text |