diff --git a/packages/other/enca/meta b/packages/other/enca/meta index e4d41d5bfe..b300bc7911 100644 --- a/packages/other/enca/meta +++ b/packages/other/enca/meta @@ -6,9 +6,11 @@ PKG_LICENSE="GPL" PKG_SITE="http://freshmeat.net/projects/enca/" PKG_URL="http://dl.cihar.com/enca/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain" +PKG_BUILD_DEPENDS="toolchain libiconv" PKG_PRIORITY="optional" PKG_SECTION="other" PKG_SHORTDESC="enca: detects the encoding of text files, on the basis of knowledge of their language." PKG_LONGDESC="Enca detects the encoding of text files, on the basis of knowledge of their language. It can also convert them to other encodings, allowing you to recode files without knowing their current encoding. It supports most of Central and East European languages, and a few Unicode variants, independently on language." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"