~ubuntu-branches/ubuntu/raring/synaptiks/raring-proposed

« back to all changes in this revision

Viewing changes to tests/buildbindings/sip.mk

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-24 19:12:38 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20111024191238-y54khdea2qi3yj81
Tags: 0.8.0-0ubuntu1
* New upstream release.
* Drop build-depends on kdesdk-scripts, not needed anymore.
* Stop stripping desktop file translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pyqtdownloads = http://www.riverbankcomputing.com/static/Downloads/
 
2
sip = sip-4.12.4
 
3
sipurl = $(pyqtdownloads)/sip4/$(sip).tar.gz
 
4
havesip = $(call checkmodule,sip)
 
5
 
 
6
sipconfigure = cd $(BUILDDIR)/$(1) && $(PYTHON) configure.py
 
7
 
 
8
$(call prepare,$(sipurl),$(sip).tar.gz,$(sip))
 
9
 
 
10
build-sip : $(call builddir,$(sip))
 
11
        $(call sipconfigure,$(sip)) --incdir $(PREFIX)/include/sip
 
12
        $(call make,$(sip))
 
13
 
 
14
$(call binding-rule,sip)