Skip to content

Instantly share code, notes, and snippets.

@jyr
Created July 28, 2009 21:26
Show Gist options
  • Save jyr/157679 to your computer and use it in GitHub Desktop.
Save jyr/157679 to your computer and use it in GitHub Desktop.
#
# Copyright (c) 2009 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
#
class OpentumblrClient(PackageRecipe):
name = 'opentumblr-client'
version = '0.0.5'
buildRequires = ['python-setuptools:python','desktop-file-utils:runtime', 'python:devel', 'simplejson:python']
def setup(r):
r.addArchive('http://cloud.github.com/downloads/jyr/opentumblr/')
r.Run('python setup.py install --prefix=%(destdir)s%(prefix)s/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment