diff options
author | Phil Sutter <phil@nwl.cc> | 2011-01-10 22:14:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-12 11:18:42 +0100 |
commit | 3b5884bfdfc56e66d9ac6028272b805451a62113 (patch) | |
tree | 147daac6844e378cea8afaf89e4efb1d6e49fc94 /package | |
parent | 6f325a3b2ca801896cc23d9b3c1bc1f0596084cd (diff) |
.template: add a hint about master sites
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package')
-rw-r--r-- | package/.template/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/.template/Makefile b/package/.template/Makefile index e5593b3fb..7175f4a48 100644 --- a/package/.template/Makefile +++ b/package/.template/Makefile @@ -14,6 +14,8 @@ PKG_DEPENDS:= add dependendant package names PKG_BUILDDEP:= add packages which need to be compiled PKG_URL:= add project url PKG_SITES:= add download url without package name +# alternatively use a pre-defined set of mirrors, see mk/mirrors.mk: +#PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=sub/path/} # if more than one binary package is created, add symbol names of all here # leave variable empty, when no binary package is created. You can set it |