From c598d3bfd106841260d5610aa82ba5df79a046a1 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 29 Dec 2013 13:07:14 +0100 Subject: [PATCH] enca: move to 'devel' Signed-off-by: Stephan Raue --- packages/{other => devel}/enca/package.mk | 2 +- .../{other => devel}/enca/patches/enca-1.14-automake-1.13.patch | 0 .../{other => devel}/enca/patches/enca-1.14-crosscompile.patch | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename packages/{other => devel}/enca/package.mk (99%) rename packages/{other => devel}/enca/patches/enca-1.14-automake-1.13.patch (100%) rename packages/{other => devel}/enca/patches/enca-1.14-crosscompile.patch (100%) diff --git a/packages/other/enca/package.mk b/packages/devel/enca/package.mk similarity index 99% rename from packages/other/enca/package.mk rename to packages/devel/enca/package.mk index 53e7df4426..75ade59120 100644 --- a/packages/other/enca/package.mk +++ b/packages/devel/enca/package.mk @@ -26,7 +26,7 @@ PKG_URL="http://dl.cihar.com/enca/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="" PKG_BUILD_DEPENDS_TARGET="toolchain" PKG_PRIORITY="optional" -PKG_SECTION="other" +PKG_SECTION="devel" 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." diff --git a/packages/other/enca/patches/enca-1.14-automake-1.13.patch b/packages/devel/enca/patches/enca-1.14-automake-1.13.patch similarity index 100% rename from packages/other/enca/patches/enca-1.14-automake-1.13.patch rename to packages/devel/enca/patches/enca-1.14-automake-1.13.patch diff --git a/packages/other/enca/patches/enca-1.14-crosscompile.patch b/packages/devel/enca/patches/enca-1.14-crosscompile.patch similarity index 100% rename from packages/other/enca/patches/enca-1.14-crosscompile.patch rename to packages/devel/enca/patches/enca-1.14-crosscompile.patch