new package: add package 'wgetpaste'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-17 00:22:10 +02:00
parent 7e5e23ad2a
commit 375b8f29b0
3 changed files with 10 additions and 0 deletions

View File

@ -7,5 +7,6 @@ $SCRIPTS/install gdb
$SCRIPTS/install mesa-demos
$SCRIPTS/install htop # on user request
$SCRIPTS/install nano # on user request
$SCRIPTS/install wgetpaste

View File

@ -0,0 +1,8 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install wget
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/wgetpaste $INSTALL/usr/bin

View File

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