UmVirt LFS Package info

DB commit: 9ed4ff6d798939f3f70457a829818f445904e2c7
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

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.12.1.tar.xz
Source file size: 2768160
Source file MD5-checkum: 7940975dd510399c4b27831165ab62e0
Source directory: curl-8.12.1
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/c/curl-8.12.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/c/curl-8.12.1.tar.xz.md5sum
Dependances: libpsl.
Dependance of: xine-ui, appstream-glib, scummvm, exiv2, ZoneMinder, NetworkManager, libproxy, vorbis-tools, raptor2, transmission, tumbler, cmake, bind, audacious-plugins, git, AppStream, netsurf, qemu, !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.12.1

fi