wgetpaste: change $PKG_SECTION

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-19 11:27:52 +01:00
parent cb6a6ea230
commit 8ecb345822

View File

@ -8,7 +8,7 @@ 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_SECTION="tools"
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"