source: custom/template@ 2718053

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
Line 
1#
2# $Id$
3#
4# Any comments you wish to add
5#
6
7PKG=""
8PKG_VERSION=""
9PKG_FILE=""
10URL=""
11MD5=""
12for i in PATCH{1..10}; do
13 unset $i
14done
15PATCH1=""
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"
20
21( cat << "xEOFx"
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.
27xEOFx
28) > tmp
Note: See TracBrowser for help on using the repository browser.