mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
packages: remove wget package
This commit is contained in:
@@ -7,7 +7,7 @@ PKG_ARCH="arm aarch64"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/PortsMaster/PortMaster-GUI"
|
||||
PKG_URL="https://github.com/PortsMaster/PortMaster-GUI/releases/download/${PKG_VERSION}/PortMaster.zip"
|
||||
PKG_DEPENDS_TARGET="toolchain rocknix-hotkey gamecontrollerdb wget oga_controls control-gen xmlstarlet list-guid"
|
||||
PKG_DEPENDS_TARGET="toolchain rocknix-hotkey gamecontrollerdb oga_controls control-gen xmlstarlet list-guid"
|
||||
PKG_LONGDESC="Portmaster - a simple tool that allows you to download various game ports"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ PKG_LONGDESC="Root package used to build and create complete image"
|
||||
PKG_DEPENDS_TARGET="toolchain squashfs-tools:host dosfstools:host fakeroot:host kmod:host \
|
||||
mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware \
|
||||
${BOOTLOADER} busybox umtprd util-linux usb-modeswitch unzip poppler jq socat \
|
||||
p7zip file initramfs grep wget util-linux btrfs-progs zstd lz4 empty lzo libzip \
|
||||
p7zip file initramfs grep util-linux btrfs-progs zstd lz4 empty lzo libzip \
|
||||
bash coreutils system-utils autostart quirks powerstate gnupg \
|
||||
gzip six xmlstarlet pyudev dialog network rocknix"
|
||||
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
PKG_NAME="wget"
|
||||
PKG_VERSION="1.21.4"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.gnu.org/software/wget/"
|
||||
PKG_URL="http://ftp.gnu.org/gnu/wget/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="ccache:host"
|
||||
PKG_DEPENDS_TARGET="toolchain gnutls"
|
||||
PKG_LONGDESC="GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--disable-nls --disable-acl --without-selinux"
|
||||
|
||||
post_install() {
|
||||
echo -e "\nca_directory = /usr/lib/ssl" >> ${INSTALL}/etc/wgetrc
|
||||
}
|
||||
Reference in New Issue
Block a user