Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Dec 3rd, 2010  |  syntax: None  |  size: 0.39 KB  |  hits: 191  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #
  2. # Copyright (c) 2010 Foresight Linux
  3. # This file is distributed under the terms of the MIT License.
  4. # A copy is available at http://www.rpath.com/permanent/mit-license.html
  5. #
  6.  
  7. loadSuperClass('binarypackage')
  8. class Spotify(BinaryPackageRecipe):
  9.     name = 'spotify'
  10.     version = ''
  11.  
  12.     buildRequires = []
  13.  
  14.     def unpack(r):
  15.         r.addArchive('http://www.example.com/foo/', dir='/opt/spotify')