diff --git a/packaging/pandora/PXML.xml b/packaging/pandora/PXML.xml new file mode 100644 index 0000000000..a0629c7301 --- /dev/null +++ b/packaging/pandora/PXML.xml @@ -0,0 +1,32 @@ + + + + + + + Rockbox + + + + + + + + + rockbox digital music player + + + + + + + + + + + + + + + + diff --git a/packaging/pandora/rockbox.png b/packaging/pandora/rockbox.png new file mode 100644 index 0000000000..076f349c43 Binary files /dev/null and b/packaging/pandora/rockbox.png differ diff --git a/packaging/pandora/rockbox_preview.jpg b/packaging/pandora/rockbox_preview.jpg new file mode 100644 index 0000000000..12c91ad93b Binary files /dev/null and b/packaging/pandora/rockbox_preview.jpg differ diff --git a/packaging/pandora/run_rockbox.sh b/packaging/pandora/run_rockbox.sh new file mode 100755 index 0000000000..8ac95a3930 --- /dev/null +++ b/packaging/pandora/run_rockbox.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +CONFIG_DIR=.config/rockbox.org +mkdir --parents $CONFIG_DIR + +# Copy over a default config file or set default language +# cp --no-clobber config.cfg.default $CONFIG_DIR/config.cfg + +export HOME=$(pwd) +./rockbox/bin/rockbox