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

« back to all changes in this revision

Viewing changes to tests/buildbindings/apiextractor.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
pysidedownloads = http://www.pyside.org/files
 
2
 
 
3
apiextractor = apiextractor-0.10.6
 
4
apiextractorurl = $(pysidedownloads)/$(apiextractor).tar.bz2
 
5
haveapiextractor = $(call checkpackage,apiextractor)
 
6
 
 
7
$(call prepare,$(apiextractorurl),$(apiextractor).tar.bz2,$(apiextractor))
 
8
 
 
9
build-apiextractor : $(call builddir,$(apiextractor),$(haveapiextractor))
 
10
        $(call cmake,$(apiextractor))
 
11
 
 
12
$(call binding-rule,apiextractor)