source: custom/template@ d3df258

trunk
Last change on this file since d3df258 was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

  • Property mode set to 100644
File size: 600 bytes
Line 
1# Any comments you wish to add
2#
3
4PKG=""
5PKG_VERSION=""
6PKG_FILE=""
7URL=""
8MD5=""
9for i in PATCH{1..10}; do
10 unset $i
11done
12PATCH1=""
13# Up to 10 patches can be added. The PATCH variable must be numbered
14# even if there is only one. If the patch md5 checksum is known, add
15# it after the name as in (quotes are required):
16# PATCHx="patch-url md5"
17
18( cat << "xEOFx"
19# Your script here. Be aware that it is passed
20# verbatim, and that none of the above variables
21# will be defined when running the script. For example,
22# If you want to use ${PKG_VERSION}, you have to
23# redefine it here.
24xEOFx
25) > tmp
Note: See TracBrowser for help on using the repository browser.