25 lines
600 B
Text
25 lines
600 B
Text
# Any comments you wish to add
|
|
#
|
|
|
|
PKG=""
|
|
PKG_VERSION=""
|
|
PKG_FILE=""
|
|
URL=""
|
|
MD5=""
|
|
for i in PATCH{1..10}; do
|
|
unset $i
|
|
done
|
|
PATCH1=""
|
|
# Up to 10 patches can be added. The PATCH variable must be numbered
|
|
# even if there is only one. If the patch md5 checksum is known, add
|
|
# it after the name as in (quotes are required):
|
|
# PATCHx="patch-url md5"
|
|
|
|
( cat << "xEOFx"
|
|
# Your script here. Be aware that it is passed
|
|
# verbatim, and that none of the above variables
|
|
# will be defined when running the script. For example,
|
|
# If you want to use ${PKG_VERSION}, you have to
|
|
# redefine it here.
|
|
xEOFx
|
|
) > tmp
|