Sugar Network/Recipe Specification: Difference between revisions

Line 372: Line 372:
  [Package/devel]
  [Package/devel]
  requires  = glib/devel; gconf/devel; libgee/devel
  requires  = glib/devel; gconf/devel; libgee/devel
            %(slug)s
  binding  = LD_LIBRARY_PATH lib
  binding  = LD_LIBRARY_PATH lib
             PKG_CONFIG_PATH lib/pkgconfig
             PKG_CONFIG_PATH lib/pkgconfig
             VAPIDIR share/vala/vapi
             VAPIDIR share/vala/vapi
  exclude  = python/*
  exclude  = %(PYTHON_SITEDIR)s/**
            *.so.*
  arch      = build
  arch      = build
   
   
Line 381: Line 383:
  requires  = python; %(slug)s
  requires  = python; %(slug)s
  binding  = PYTHONPATH python
  binding  = PYTHONPATH python
  include  = python/*
  include  = %(PYTHON_SITEDIR)s/**
  arch      = build
  arch      = build
  slots[python] = 2.5; 2.6; 2.7; 3.0
  slots[python] = 2.5; 2.6; 2.7; 3.0