Files
Arch-R/packages/web/curl/meta
Stephan Raue eb8d8ce8dc curl: update to curl-7.21.3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-16 01:54:53 +01:00

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"