ablfs-more
legacy
trunk
Last change
on this file since 2718053 was 2257bd7, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago |
Update and fix documentation of custom tools
|
-
Property mode
set to
100644
|
File size:
611 bytes
|
Rev | Line | |
---|
[9a536f7] | 1 | #
|
---|
[93d32cf] | 2 | # $Id$
|
---|
| 3 | #
|
---|
[9a536f7] | 4 | # Any comments you wish to add
|
---|
| 5 | #
|
---|
| 6 |
|
---|
| 7 | PKG=""
|
---|
| 8 | PKG_VERSION=""
|
---|
| 9 | PKG_FILE=""
|
---|
| 10 | URL=""
|
---|
| 11 | MD5=""
|
---|
[dcf0e25] | 12 | for i in PATCH{1..10}; do
|
---|
| 13 | unset $i
|
---|
| 14 | done
|
---|
[9a536f7] | 15 | PATCH1=""
|
---|
[2257bd7] | 16 | # Up to 10 patches can be added. The PATCH variable must be numbered
|
---|
| 17 | # even if there is only one. If the patch md5 checksum is known, add
|
---|
| 18 | # it after the name as in (quotes are required):
|
---|
| 19 | # PATCHx="patch-url md5"
|
---|
[9a536f7] | 20 |
|
---|
| 21 | ( cat << "xEOFx"
|
---|
[2257bd7] | 22 | # Your script here. Be aware that it is passed
|
---|
| 23 | # verbatim, and that none of the above variables
|
---|
| 24 | # will be defined when running the script. For example,
|
---|
| 25 | # If you want to use ${PKG_VERSION}, you have to
|
---|
| 26 | # redefine it here.
|
---|
[9a536f7] | 27 | xEOFx
|
---|
| 28 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.