-
Notifications
You must be signed in to change notification settings - Fork 0
/
pkg-miyoo.cfg
48 lines (41 loc) · 1.93 KB
/
pkg-miyoo.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# NOTES:
## All variable values should enclosed within double quotes: "<value>"
## CONFIGURATION FILE for `gm2xpkg` script version:
PKGVER="0.5"
# EXEC commands (set to "1" anyone for desired outcome), you can instead use [OPTIONS] of `gm2xpkg`:
PACKAGE=""
ZIP=""
IPK=""
CLEAN=""
# DEBUG session (insert "yes" to perform)
DEBUG=""
# ENV VAR.
## Specific (mandatory to provide!)
TARGET="gmu.bin" # replace with binary name
VERSION="${VERSION}-m1" # replace with correct release version if exist
## Generic - common to all apps (better to not modify)
HOMEPATH=""
RELEASEDIR=""
ASSETSDIR="${ASSETSDIR}"
OPKG_ASSETSDIR=""
LINK="gmu.lnk" # full name of gm2x link, modify if exec binary name may be different from target name - place in CWD (warning: it may be removed with CLEAN=1)
ALIASES="" # full name (with ext) of *.txt file with new names for selector e.g. old_title=new_title - place in CWD
MANUAL="" # full name (with ext) of *.man.txt file with usage description of target app - place in CWD
## Link entries (better modify if no <target_name>.lnk file provided)
TITLE=""
DESCRI=""
SELDIR=""
DESTDIR="" # default=apps
SECTION="" # default=applications
## Custom entries (if needed then modify)
TARGET_DIR="gmu" # the directory /$HOMEPATH/$DESTDIR/$TARGET_DIR of executable binary if not provided the TARGET_DIR=$TARGET
DOCS=("COPYING" "README.md") # array of extra text files e.g. =("LICENSE" "CHANGELOG" "CONTRIBUTORS") which will be copied & converted to *.txt files for ease of use by frontend
## IPK control entries (if needed then modify)
PRIORITY=""
MAINTAINER="Apaczer"
CONFFILES=""
ARCH="arm" # default=arm - do not modify for ARM chips
# CONTROL= # automated output of *.ipk control config file
DEPENDS="sdl (<=1.2.15)" # list of dependency packages e.g. ="sdl, libpng" or ="sdl (>= 2.9.2), sdl_mixer (= ed76d39cda0735d26c14a3e4f4da996e420f6478)" provide only for shared libs build, otherwise ignored
SOURCE="https://github.com/Apaczer/gmu"
LICENSE="GPL-2.0"