diff --git a/packages/textproc/libxml2/build b/packages/textproc/libxml2/build index 1d1a537aea..58933585b3 100755 --- a/packages/textproc/libxml2/build +++ b/packages/textproc/libxml2/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $PKG_BUILD mkdir -p .build-target diff --git a/packages/textproc/libxml2/meta b/packages/textproc/libxml2/meta new file mode 100644 index 0000000000..14cc6eb076 --- /dev/null +++ b/packages/textproc/libxml2/meta @@ -0,0 +1,14 @@ +PKG_NAME="libxml2" +PKG_VERSION="2.7.8" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="MIT" +PKG_SITE="http://xmlsoft.org" +PKG_URL="ftp://xmlsoft.org/libxml2/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="textproc" +PKG_SHORTDESC="libxml: XML parser library for Gnome" +PKG_LONGDESC="The libxml package contains an XML library, which allows you to manipulate XML files. XML (eXtensible Markup Language) is a data format for structured document interchange via the Web." +PKG_IS_ADDON="no" diff --git a/packages/textproc/libxml2/url b/packages/textproc/libxml2/url deleted file mode 100644 index 015a7ebf3f..0000000000 --- a/packages/textproc/libxml2/url +++ /dev/null @@ -1 +0,0 @@ -ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz \ No newline at end of file