mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
new package: add package 'wget' (full package, needed for 'wgetpaste')
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4af28b49fc
commit
12dc181f10
13
packages/web/wget/build
Executable file
13
packages/web/wget/build
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-debug \
|
||||
|
||||
make
|
6
packages/web/wget/install
Executable file
6
packages/web/wget/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/src/wget $INSTALL/usr/bin
|
14
packages/web/wget/meta
Normal file
14
packages/web/wget/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="wget"
|
||||
PKG_VERSION="1.12"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.gnu.org"
|
||||
PKG_URL="http://ftp.gnu.org/gnu/wget/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="web"
|
||||
PKG_SHORTDESC="wget: A non-interactive network retriever"
|
||||
PKG_LONGDESC="GNU Wget is a free network utility to retrieve files from the World Wide Web using HTTP and FTP, the two most widely used Internet protocols. It works non-interactively, thus enabling work in the background, after having logged off. The recursive retrieval of HTML pages, as well as FTP sites is supported -- you can use Wget to make mirrors of archives and home pages, or traverse the web like a WWW robot (Wget understands /robots.txt)."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user