wgetpaste: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 16:15:57 +01:00
parent f8b43c20eb
commit 217e9aa6f9
3 changed files with 14 additions and 3 deletions

View File

@ -2,7 +2,5 @@
. config/options $1
$SCRIPTS/install wget
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/wgetpaste $INSTALL/usr/bin

View File

@ -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"

View File

@ -1 +0,0 @@
http://wgetpaste.zlin.dk/wgetpaste-2.18.tar.bz2