From 7c1b122a82b91e988a983623dcf76a6afba46a23 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:06:14 +0100 Subject: [PATCH] enca: add autoreconf support Signed-off-by: Stephan Raue --- packages/other/enca/meta | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"