ablfs-more
trunk
Last change
on this file since 875366f 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 |
|
---|
4 | PKG=""
|
---|
5 | PKG_VERSION=""
|
---|
6 | PKG_FILE=""
|
---|
7 | URL=""
|
---|
8 | MD5=""
|
---|
9 | for i in PATCH{1..10}; do
|
---|
10 | unset $i
|
---|
11 | done
|
---|
12 | PATCH1=""
|
---|
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.
|
---|
24 | xEOFx
|
---|
25 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.