void-packages/srcpkgs/libfetch/template

21 lines
578 B
Plaintext
Raw Normal View History

2011-01-12 15:55:27 +00:00
# Template file for 'libfetch'
pkgname=libfetch
version=2.33
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-makefile
revision=2
2011-01-12 15:55:27 +00: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}
}