Skip to content

tizonia/gpsoauth-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'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
    

Releases

No releases published

Packages

No packages published

Languages