[buildroot] add support for darcs repositories
authorFlorian Fainelli <florian@openwrt.org>
Sun, 24 Oct 2010 12:36:44 +0000 (12:36 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 24 Oct 2010 12:36:44 +0000 (12:36 +0000)
commit0ae16236fa0ab5356d5e21fae9d75a2d6a3ca4f8
treebe511f3d26ff944fba6757efb3020d37bde4f81f
parentbdbdb7b8ea3645be5326897e7bbdb403d3518e1e
[buildroot] add support for darcs repositories

This patch adds support for darcs repositories (as sources of packages).

It does *not* add support for darcs:// URI scheme because such a scheme
do not exist (AFAIK).  You must therefore manually set PKG_SOURCE_PROTO
to darcs in your Makefile (and use a regular http:// URI). You also have
to set PKG_SOURCE_VERSION to a string matching a tag contained in the
repository, and PKG_SOURCE_SUBDIR to something sensible
($(PACKAGE_NAME)-$(PACKAGE_SOURCE_VERSION) for instance).

Same rationale as for the previous patch ("useless to most, but small
and straightforward so why no add it?).

Best regards,

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23615 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/download.mk