UmVirt LFS Package info
DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
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
Template:
Codename: curl
Source file: curl-8.2.1.tar.xz
Source file size: 2631932
Source file MD5-checkum: 556576a795bdd2c7d10de6886480065f
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: xine-ui, cmake, exiv2, NetworkManager, ImageMagick, raptor2, transmission, audacious-plugins, php, git, AppStream, qemu, 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