mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
709 B
Plaintext
17 lines
709 B
Plaintext
PKG_NAME="curl"
|
|
PKG_VERSION="7.21.3"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="http://curl.haxx.se"
|
|
PKG_URL="http://curl.haxx.se/download/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS="zlib openssl rtmpdump"
|
|
PKG_BUILD_DEPENDS="toolchain zlib openssl rtmpdump"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="web"
|
|
PKG_SHORTDESC="curl: Client and library for (HTTP, HTTPS, FTP, ...) transfers"
|
|
PKG_LONGDESC="Curl is a client to get documents/files from or send documents to a server, using any of the supported protocols (HTTP, HTTPS, FTP, FTPS, GOPHER, DICT, TELNET, LDAP or FILE). The command is designed to work without user interaction or any kind of interactivity."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|