ports/opt (3.7): wget: moved from core to opt, version 1.21.2
commit 406ed65b968ce0600ba6691af4777731be5249d1 Author: Juergen Daubert <jue@jue.li> Date: Thu Jan 13 14:09:52 2022 +0100 wget: moved from core to opt, version 1.21.2 diff --git a/wget/.footprint b/wget/.footprint new file mode 100644 index 000000000..9b4e7ad34 --- /dev/null +++ b/wget/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/wgetrc +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/wget +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/wget.1.gz diff --git a/wget/.signature b/wget/.signature new file mode 100644 index 000000000..eeb0216aa --- /dev/null +++ b/wget/.signature @@ -0,0 +1,6 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/QRh/WOZpdFMwnMr3ozbaM1VRCrV3kb18HCM9SL4oTRQ473IMRUqTRAi9Bwin3craKp4yUTyK8gVWYHptW6Lkgc= +SHA256 (Pkgfile) = e7d4c173211284cc6133397042b144f79e28c29bbfa83e17e65d2bdbce31fc51 +SHA256 (.footprint) = 6580430c889fd6e30229e19a6a2f07f73b6b0934f354b7302c174b1a166d064b +SHA256 (wget-1.21.2.tar.lz) = 1727a330a86acacb3e57615ce268f5f29978bf7adec4abe6a30d370207bc91b3 +SHA256 (wgetrc) = d40a2188590d15e49daa2686b08b76b9725a2fa24f776dd1819fb473d7962a69 diff --git a/wget/Pkgfile b/wget/Pkgfile new file mode 100644 index 000000000..f1654c34b --- /dev/null +++ b/wget/Pkgfile @@ -0,0 +1,27 @@ +# Description: A network utility for downloading content from the Web +# URL: http://www.gnu.org/software/wget/ +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: libpcre openssl util-linux zlib + +name=wget +version=1.21.2 +release=1 +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lz \ + wgetrc) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-debug \ + --disable-nls \ + --with-ssl=openssl + + make + make DESTDIR=$PKG install + install -D -m 644 $SRC/wgetrc $PKG/etc/wgetrc + + rm -r $PKG/usr/share/info +} diff --git a/wget/wgetrc b/wget/wgetrc new file mode 100644 index 000000000..d8f5ccf41 --- /dev/null +++ b/wget/wgetrc @@ -0,0 +1,5 @@ +# +# /etc/wgetrc: wget(1) configuration +# + +# End of file
participants (1)
-
crux@crux.nu