01799e1e18
changes to allow better linking flags in future packages through pkg-config. Removed the PKGFS_TEMPLATESDIR, PKGFS_DEPSDIR and others that weren't too useful. Instead use a single PKGFS_DISTRIBUTIONDIR on which all those directories/files can be found. Added a template helper for pkg-config, that changes a pkg-config file after it's installed to produce correct linker paths. More helpers could be added in the future. --HG-- extra : convert_revision : a42fd2e72915a4219714de92579011bca2b0f4a6
17 lines
720 B
Cheetah
Executable File
17 lines
720 B
Cheetah
Executable File
# Template file for 'curl-7.18.0'
|
|
pkgname=curl-7.18.0
|
|
extract_sufx=".tar.bz2"
|
|
url=http://curl.haxx.se/download/
|
|
build_style=gnu_configure
|
|
pkgconfig_override="libcurl.pc"
|
|
short_desc="Client that groks URLs"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=f25ec844e7ef6221719439b3214fd3c3a42f5604
|
|
long_desc="
|
|
Curl is a command line tool for transferring files with URL syntax, supporting
|
|
FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports
|
|
HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
|
|
proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
|
|
kerberos...), file transfer resume, proxy tunneling and a busload of other
|
|
useful tricks."
|