Sugar Network/Recipe Specification: Difference between revisions

Line 264: Line 264:
  version  = 1
  version  = 1
  stability = testing
  stability = testing
depends  = glib; gconf; libgee >= 0.5; gtk+ >= 2.12; pango >= 1.20; librsvg
   
   
  [Component]
  [Component]
  requires  = glib; gconf; libgee >= 0.5; gtk+ >= 2.12; pango >= 1.20; librsvg
  requires  = %(depends)s
  binding  = LD_LIBRARY_PATH lib
  binding  = LD_LIBRARY_PATH lib
             PKG_CONFIG_PATH lib/pkgconfig
             PKG_CONFIG_PATH lib/pkgconfig
Line 274: Line 276:
   
   
  [Component/python]
  [Component/python]
  requires  = python; pygtk; pycairo; %(sweet)s
  requires  = %(sweet)s; python; pygtk; pycairo
  binding  = PYTHONPATH python
  binding  = PYTHONPATH python
  include  = python/**
  include  = python/**
Line 280: Line 282:
   
   
  [Build]
  [Build]
  requires  = pkg-config; cmake; make; gcc-c
  requires  = %(depends)s; pkg-config; cmake; make; gcc-c
  configure = cmake -D CMAKE_INSTALL_PREFIX=%(PREFIX)s
  configure = cmake -D CMAKE_INSTALL_PREFIX=%(PREFIX)s
                   -D PYTHON_SITEDIR=%(PREFIX)s/python
                   -D PYTHON_SITEDIR=%(PREFIX)s/python