Switch to new download format and fix dependencies
This commit is contained in:
@@ -1,9 +1,27 @@
|
||||
name: wget
|
||||
description: Network utility to retrieve files from the Web
|
||||
version: 1.25.0
|
||||
revision: 2
|
||||
url: https://www.gnu.org/software/wget/wget.html
|
||||
license: GPL3
|
||||
architecture: any
|
||||
depends: ["glibc","gnutls","libidn2","libpsl","nettle","pcre2","util-linux","zlib"]
|
||||
optional_depends: ["make-ca","gperf","perl","python3"]
|
||||
type: source
|
||||
depends:
|
||||
- glibc
|
||||
- gnutls
|
||||
- libidn2
|
||||
- libpsl
|
||||
- nettle
|
||||
- pcre2
|
||||
- util-linux
|
||||
- zlib
|
||||
optional_depends:
|
||||
- ca-certificates
|
||||
make_depends:
|
||||
- gperf
|
||||
- perl
|
||||
downloads:
|
||||
- url: https://ftpmirror.gnu.org/gnu/wget/wget-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 766e48423e79359ea31e41db9e5c289675947a7fcf2efdcedb726ac9d0da3784
|
||||
|
||||
Reference in New Issue
Block a user