On Thu, 15 Jul 2010 13:55:57 +0200
Christopher Zimmermann <[email protected]> wrote:
> The only problem is that fetching from github.com is a bit
> difficult. This is how I do it:
>
> fetch:
> ftp -o ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
> ${GITHUB_TARBALL}${V}
>
> but this is ugly and requires explicitly calling `make fetch`
> before `make package`. Any ideas how to do this some other way?
I had similar issue with Password Gorilla, then URL like following
works:
http://github.com/lloyd/yajl/tarball/1.0.9/yajl-1.0.9.tar.gz
jirib