UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
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.18.0.tar.xz
Source file size: 2801444
Source file MD5-checkum: dae6088bf7af69d3b0a87c762de92248
Source directory: curl-8.18.0
Package URL: https://umvirt.com/linux/downloads/0.3/packages/c/curl-8.18.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/c/curl-8.18.0.tar.xz.md5sum
Dependances: libpsl.
Dependance of: appstream-glib, scummvm, exiv2, ZoneMinder, NetworkManager, libproxy, vorbis-tools, xine-ui, tumbler, cmake, bind, audacious-plugins, tesseract, raptor2, transmission, git, AppStream, qemu, netsurf, !libreoffice7, libreoffice, php, ImageMagick.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr \
--disable-static \
--with-openssl \
--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.18.0
fi