UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
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.2.1.tar.xz
Source directory: curl-8.2.1
Package URL: https://umvirt.com/linux/downloads/0.2/packages/c/curl-8.2.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/c/curl-8.2.1.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: cmake, exiv2, NetworkManager, ImageMagick, xine-ui, audacious-plugins, raptor2, transmission, AppStream, qemu, php, git, netsurf, libreoffice.
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.2.1

fi