From 217e9aa6f95cc54aafb34bd0235fb2d5c32e1467 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 14 Nov 2010 16:15:57 +0100 Subject: [PATCH] wgetpaste: add meta file support Signed-off-by: Stephan Raue --- packages/debug/wgetpaste/install | 2 -- packages/debug/wgetpaste/meta | 14 ++++++++++++++ packages/debug/wgetpaste/url | 1 - 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 packages/debug/wgetpaste/meta delete mode 100644 packages/debug/wgetpaste/url diff --git a/packages/debug/wgetpaste/install b/packages/debug/wgetpaste/install index 6bbb11745f..ddf7cbad2f 100755 --- a/packages/debug/wgetpaste/install +++ b/packages/debug/wgetpaste/install @@ -2,7 +2,5 @@ . config/options $1 -$SCRIPTS/install wget - mkdir -p $INSTALL/usr/bin cp $PKG_BUILD/wgetpaste $INSTALL/usr/bin diff --git a/packages/debug/wgetpaste/meta b/packages/debug/wgetpaste/meta new file mode 100644 index 0000000000..a6ed2779b3 --- /dev/null +++ b/packages/debug/wgetpaste/meta @@ -0,0 +1,14 @@ +PKG_NAME="wgetpaste" +PKG_VERSION="2.18" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://wgetpaste.zlin.dk" +PKG_URL="http://wgetpaste.zlin.dk/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="wget" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="debug" +PKG_SHORTDESC="wgetpaste: Upload Directly to Pastebin from the Linux Shell" +PKG_LONGDESC="Wgetpaste is a tool for Uploading Directly to Pastebin from the Linux Shell" +PKG_IS_ADDON="no" diff --git a/packages/debug/wgetpaste/url b/packages/debug/wgetpaste/url deleted file mode 100644 index 0b800fcd4b..0000000000 --- a/packages/debug/wgetpaste/url +++ /dev/null @@ -1 +0,0 @@ -http://wgetpaste.zlin.dk/wgetpaste-2.18.tar.bz2 \ No newline at end of file