-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PACKAGES: add missing hashes & correct licenses
- Loading branch information
Showing
168 changed files
with
389 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 c0734c81d22a0e458c3fb5efd4c3eab051bcb6ad8740f5a5784c1f5699482534 djvulibre-3.5.24.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 a10cc4852a690aa090ce7bddc46fd6e7a3270957374e6d7e009dcb0750271f46 fatresize-v1.1.0-br1.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
FATRESIZE_VERSION = v1.1.0 | ||
FATRESIZE_SITE_METHOD = git | ||
FATRESIZE_SITE = https://github.com/ya-mouse/fatresize.git | ||
FATRESIZE_LICENSE = GPL-3.0 | ||
FATRESIZE_LICENSE_FILES = COPYING | ||
FATRESIZE_DEPENDENCIES = parted | ||
$(eval $(autotools-package)) | ||
|
||
$(eval $(autotools-package)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Locally calculated | ||
sha256 813c8127d26572a3036418b51c13d2de3c0f46b7f95233958b274f47bf6413c5 commander-52f9a6a1e06d48471c3f116f37ffad26f7c33262-br1.tar.gz | ||
sha256 e17e4be07b7b18d2966a0bbae12cb13dc73506302e0453db0c1655123e4d0e6a LICENSE.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
################################################################################ | ||
# | ||
# Commander | ||
# | ||
################################################################################ | ||
|
||
COMMANDER_VERSION = 52f9a6a1e06d48471c3f116f37ffad26f7c33262 | ||
COMMANDER_SITE_METHOD = git | ||
COMMANDER_SITE = https://github.com/Apaczer/commander | ||
COMMANDER_DEPENDENCIES = sdl sdl_image sdl_ttf sdl_gfx | ||
COMMANDER_LICENSE = MIT | ||
COMMANDER_LICENSE_FILES = LICENSE.txt | ||
|
||
RESDIR = /usr/share/commander | ||
|
||
define COMMANDER_BUILD_CMDS | ||
$(MAKE) CXX="$(TARGET_CXX)" RESDIR="$(RESDIR)" -C $(@D) -f Makefile.miyoo | ||
$(MAKE) CXX="$(TARGET_CXX)" RESDIR="$(RESDIR)" -C $(@D) -f Makefile.miyoo | ||
endef | ||
|
||
define COMMANDER_INSTALL_TARGET_CMDS | ||
$(INSTALL) -D -m 0755 $(@D)/output/commander $(TARGET_DIR)/usr/bin | ||
cp -R $(@D)/res $(TARGET_DIR)/usr/share/commander | ||
$(INSTALL) -D -m 0755 $(@D)/output/commander $(TARGET_DIR)/usr/bin | ||
cp -R $(@D)/res $(TARGET_DIR)/usr/share/commander | ||
endef | ||
|
||
$(eval $(generic-package)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally computated | ||
sha256 eda37fb01402e5c7eeab8c7861b18719610513e1c21d3f3962923acf830022eb drpocketsnes.ipk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally computated | ||
sha256 7a212e7ed75f1f5a230e55ee14a5801b3f26671f9628cb3a2ccf1ca54b7a9f51 fceux.ipk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
IPK_FCEUX_VERSION = 2.6.6.m1 | ||
IPK_FCEUX_VERSION = 2.6.6.m2 | ||
IPK_FCEUX_SITE = https://github.com/Apaczer/fceux-for-miyoo/releases/download/$(IPK_FCEUX_VERSION) | ||
IPK_FCEUX_SOURCE = fceux.ipk | ||
IPK_FCEUX_INSTALL_TARGET = YES | ||
IPK_FCEUX_LICENSE = GPL-2.0 | ||
IPK_FCEUX_LICENSE_FILES = COPYING | ||
|
||
define IPK_FCEUX_EXTRACT_CMDS | ||
cd $(@D) && ar x $(DL_DIR)/ipk-fceux/$(IPK_FCEUX_SOURCE) | ||
cd $(@D) && ar x $(DL_DIR)/ipk-fceux/$(IPK_FCEUX_SOURCE) | ||
endef | ||
|
||
define IPK_FCEUX_INSTALL_TARGET_CMDS | ||
mkdir -p $(BINARIES_DIR)/main | ||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main | ||
mkdir -p $(BINARIES_DIR)/main | ||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main | ||
endef | ||
|
||
$(eval $(generic-package)) | ||
$(eval $(generic-package)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 1808aed00ee7c50a87a113a8bf6544db3ed8d703c94ec5aa4d5ed10cd5393bff gambatte.ipk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 a437d724fcc2f68ba9b585ffe99791cfbfedcbdea0421c3cb8fc0f99eaa0d0a9 gngeo.ipk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 d4dd11d5b0a7aeffee136574b336a06ad15bd4197f1eabd79cc03e4fc85bfb03 gpsp.ipk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 190b2f4d6b93d573b4c139864303a50a040729a771679b86fdbdc13013a6e816 pcsx.ipk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 105ce77222214ffdeb604b26ec165f7d64d6ed8f8a2281ed67f3ad336823f067 race.ipk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 9766b33992f829489b559947979cf9d74518c4a24e254f7015a29d606d28f403 joymap-0.5.5.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 9b30278e61b8dfe067d8f7cc9cb0d467e16a3d2de995e950b712570d7e4aa195 libretro-2048-331c1de588ed8f8c370dcbc488e5434a3c09f0f2.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 a7b261e1bd44d16d560bc660398f25ee21e06ff8d028ed6df2d09c087e93e3aa libretro-81-6d1b4d26aa9870133616fcfb5a763ca138ae25d1.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 cb84b9f158510f0b2e5f687f249f103ab26c322f4b3971935b08af70c426464b libretro-a5200-0942c88d64cad6853b539f51b39060a9de0cbcab.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
package/miyoo/retroarch/libretro-arduous/libretro-arduous.hash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 ff0240b96fa3f212b9b563301c8a1d10414cc90e2a63171ba41be7d15d14821d libretro-arduous-aed50506962df6f965748e888b3fe7027ddb410d-br1.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 9779faff44bf0dd84b31dd474fbbb40b644b1bb75b42e0937fa134b604ddbf79 libretro-assets-v1.19.0.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
package/miyoo/retroarch/libretro-atari800/libretro-atari800.hash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 f31fd0dde1d88c430ba16c74560967816fecd479927898d975ad0588517e504b libretro-atari800-20d59afb3f19065749549732f20845c3be82e68c.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
package/miyoo/retroarch/libretro-bk-emulator/libretro-bk-emulator.hash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 ce80a3a9f88a15a53e7cc420708a2eaa6b3136b01e4ac4d91d84eb2409f0ab69 libretro-bk-emulator-cf70ce503ddb65051a58f3c4f61d1e258fc4c84b.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
package/miyoo/retroarch/libretro-bluemsx/libretro-bluemsx.hash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Locally calculated | ||
sha256 bd53a42e03ef010a7d3d73a7c5516c9149feeac23e7ee74640ea3cb126b2a575 libretro-bluemsx-e21bf74bddb79ad1bbe20b4d964e7515269c669b.tar.gz |
Oops, something went wrong.