mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
cleanup: remove PKG_SECTION
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user