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