From ee0fa655c429a78c21e2d8e7aeed5a22b7b572b0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 24 Jul 2010 11:09:06 +0200 Subject: [PATCH] autoupdate: add metafile support Signed-off-by: Stephan Raue --- packages/tools/autoupdate/meta | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/tools/autoupdate/meta diff --git a/packages/tools/autoupdate/meta b/packages/tools/autoupdate/meta new file mode 100644 index 0000000000..119c9f0347 --- /dev/null +++ b/packages/tools/autoupdate/meta @@ -0,0 +1,14 @@ +PKG_NAME="autoupdate" +PKG_VERSION="0.1.0" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.openelec.tv" +PKG_URL="" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="tools" +PKG_SHORTDESC="autoupdate: an simple automatic update script" +PKG_LONGDESC="autoupdate: an simple automatic update script." +PKG_IS_ADDON="no"