2011-01-12 16:55:27 +01:00
|
|
|
# Template file for 'libfetch'
|
|
|
|
pkgname=libfetch
|
|
|
|
version=2.33
|
|
|
|
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-makefile
|
2012-05-23 08:14:33 +02:00
|
|
|
revision=2
|
2011-01-12 16:55:27 +01:00
|
|
|
short_desc="File Transfer Library for URLs"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=3226f53d5ad29cc27510db968ef0d37bf4554b8aaaeadcd56e23067213b08943
|
|
|
|
long_desc="
|
|
|
|
libfetch provides a high-level library for retrieving and uploading
|
|
|
|
files using Uniform Resource Locators (URLs)."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build openssl-devel
|
|
|
|
|
|
|
|
pre_build()
|
|
|
|
{
|
|
|
|
cp ${FILESDIR}/Makefile ${wrksrc}
|
|
|
|
}
|