Skip to content

Commit db89432

Browse files
committed
rm nasty CRLF conversion
update pkg.cfg
1 parent 4465d1d commit db89432

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ MANUAL="race-od.man.txt" # [filepath], host path to *.man.txt file holding usage
2828

2929
## Link entries (better modify if no <target_name>.lnk file provided)
3030
### 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
3535
### Additional
3636
SELDIR="/mnt/roms/NGP/" # [dirpath], target device fullpath search directory (activates selector, don't append path with "/" to use AUTO selectorelement mode)
3737
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
5353
## IPK control entries (if needed then modify)
5454
PKG="" # default=$TARGET - name of the opkg package
5555
PRIORITY=""
56-
MAINTAINER=""
56+
MAINTAINER="Apaczer"
5757
CONFFILES=""
5858
ARCH="" # default=arm - do not modify for ARM chips
5959
# CONTROL= # automated output of *.ipk control config file
6060
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)
61-
SOURCE=""
62-
LICENSE=""
61+
SOURCE="https://github.com/Apaczer/race-od"
62+
LICENSE="GPL-2.0"

0 commit comments

Comments
 (0)