Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1003 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 1003 Bytes

'python-gpsoauth' Debian package

This is the source for the Tizonia project's Debian package of the gpsoauth Python library. It is in no way specific to Tizonia and may also be used by other applications to gain access to the Google Play Music streaming services.

The goal is to allow installation of Simon Weber's gmusicapi library, including all its dependencies, using Debian's apt-get instead of 'pip'.

Building the Debian package

  1. Download the 'gpsoauth' git repo and install all the necessary Debian development packages. To do this, just run the supplied bootstrap script with a valid 'gpsoauth' git tag. E.g.:

         $ ./bootstrap.sh 0.0.4
    
  2. Now run the usual autotools sequence to configure, build, install and uninstall the 'python-gpsoauth' Debian package.

         $ ./configure
         $ make
         $ make install
         $ make uninstall