UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

curl

The cURL package contains an utility and a library used for transferring files with URL syntax to any of the following protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTSP, SMB, SMBS, SMTP, SMPTS, TELNET, and TFTP.

Package info

Codename: curl
Source file: curl-8.6.0.tar.xz
Source directory: curl-8.6.0
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/c/curl-8.6.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/c/curl-8.6.0.tar.xz.md5sum
Dependances: libpsl.
Dependance of: ImageMagick, xine-ui, cmake, exiv2, NetworkManager, audacious-plugins, raptor2, transmission, tumbler, AppStream, php, git, qemu, netsurf, libreoffice7, libreoffice24.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr                           \
            --disable-static                        \
            --with-openssl                          \
            --enable-threaded-resolver              \
            --with-ca-path=/etc/ssl/certs

Build script:
make

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make test
fi

Install script:
make install

if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

rm -rf docs/examples/.deps &&

find docs \( -name Makefile\* -o  \
             -name \*.1       -o  \
             -name \*.3       -o  \
             -name CMakeLists.txt \) -delete &&

cp -v -R docs -T /usr/share/doc/curl-8.6.0

fi