You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Link entries (better modify if no <target_name>.lnk file provided)
30
30
### Primary
31
-
TITLE=""# [string], program title
32
-
DESCRI=""# [string], short description
33
-
DESTDIR=""# [string], (default="apps") installation pathname in target device $HOMEPATH directory - not a link entry
34
-
SECTION=""# [string], (default="applications") section in menu
31
+
TITLE="RACE"# [string], program title
32
+
DESCRI="Neo Geo Pocket Emulator"# [string], short description
33
+
DESTDIR="emus"# [string], (default="apps") installation pathname in target device $HOMEPATH directory - not a link entry
34
+
SECTION="emulators"# [string], (default="applications") section in menu
35
35
### Additional
36
36
SELDIR="/mnt/roms/NGP/"# [dirpath], target device fullpath search directory (activates selector, don't append path with "/" to use AUTO selectorelement mode)
37
37
SELBROWSER=""# [bool], (default="true") don't show directories in selector browser with "false" - aka "Show Folders" option
@@ -53,10 +53,10 @@ DOCS=("License.txt") # [array] of filepaths to extra text files e.g. =("docs/LIC
53
53
## IPK control entries (if needed then modify)
54
54
PKG=""# default=$TARGET - name of the opkg package
55
55
PRIORITY=""
56
-
MAINTAINER=""
56
+
MAINTAINER="Apaczer"
57
57
CONFFILES=""
58
58
ARCH=""# default=arm - do not modify for ARM chips
59
59
# CONTROL= # automated output of *.ipk control config file
60
60
DEPENDS=""# list of dependency packages e.g. ="sdl, libpng" or ="sdl (>= 2.9.2), sdl_mixer (= ed76d39cda0735d26c14a3e4f4da996e420f6478)" provide only for shared libs build, otherwise ignored (run "readelf -d $TARGET | grep NEEDED" to bisect)
0 commit comments