- #
- # Copyright (c) 2010 Foresight Linux
- # This file is distributed under the terms of the MIT License.
- # A copy is available at http://www.rpath.com/permanent/mit-license.html
- #
- loadSuperClass('binarypackage')
- class Spotify(BinaryPackageRecipe):
- name = 'spotify'
- version = ''
- buildRequires = []
- def unpack(r):
- r.addArchive('http://www.example.com/foo/', dir='/opt/spotify')