-
Notifications
You must be signed in to change notification settings - Fork 24
Rebulding Ubuntu packages for SteamOS
Table of Contents generated with DocToc
This script allows you to plug in a few parameters to attempt to rebuild a Ubuntu PPA package on Debian.
Install and run the utility using the script file provided here:
sudo ./build-deb-from-PPA.sh
You will be asked the following once the script is ran (examples below each):
Please enter or paste the repo src URL now:
deb-src http://ppa.launchpad.net/libretro/stable/ubuntu trusty main
Please enter or paste the GPG key for this repo now:
ECA3745F
Please enter or paste the desired package name now:
retroarch
If you received a large list of dependencies, run this through the desktop-software.sh
script in the main repository folder.
./desktop-software install pkg1 pkg2 pkg3 pkg4
Submit all questions, comments, and pull requests to the issues and pull requests area of this git repository.