diff --git a/packages/toolchain/devel/bison/package.mk b/packages/devel/bison/package.mk similarity index 98% rename from packages/toolchain/devel/bison/package.mk rename to packages/devel/bison/package.mk index d25670afde..b59da108aa 100644 --- a/packages/toolchain/devel/bison/package.mk +++ b/packages/devel/bison/package.mk @@ -26,7 +26,7 @@ PKG_URL="http://ftp.gnu.org/gnu/bison/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_DEPENDS="" PKG_BUILD_DEPENDS_HOST="ccache" PKG_PRIORITY="optional" -PKG_SECTION="toolchain/devel" +PKG_SECTION="devel" PKG_SHORTDESC="bison: The GNU general-purpose parser generator" PKG_LONGDESC="Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. You need to be fluent in C programming in order to use Bison or to understand this manual."