cleanup: remove PKG_SECTION

This commit is contained in:
CvH
2018-10-22 15:06:11 +02:00
parent 86e23ee1ed
commit 4317bc5002
551 changed files with 0 additions and 551 deletions

View File

@@ -10,7 +10,6 @@ PKG_SITE="http://expat.sourceforge.net/"
PKG_URL="https://github.com/libexpat/libexpat/archive/R_${PKG_VERSION//./_}.tar.gz"
PKG_SOURCE_DIR="libexpat-*/expat"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="textproc"
PKG_SHORTDESC="expat: XML parser library"
PKG_LONGDESC="Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). An introductory article on using Expat is available on xml.com."