~ubuntu-branches/ubuntu/jaunty/gtk-qt-engine/jaunty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-06-11 16:16:24 UTC
  • Revision ID: james.westby@ubuntu.com-20080611161624-hay4v4gyuaurxm4n
Tags: 1:0.8-2ubuntu1
* Merge with Debian, remaining changes:
 - use cdbs for patches
 - Add patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
include /usr/share/cdbs/1/rules/simple-patchsys.mk
11
11
 
12
12
configure/gtk-qt-engine::
13
 
        cmake -D CMAKE_INSTALL_PREFIX=/usr .
 
13
        mkdir -p build; cd build; cmake -D CMAKE_INSTALL_PREFIX=/usr ..
14
14
 
15
15
build/gtk-qt-engine::
16
 
        $(MAKE)
 
16
        cd build; $(MAKE)
17
17
 
18
18
install/gtk-qt-engine::
19
 
        $(MAKE) install DESTDIR=$(CURDIR)/debian/gtk-qt-engine
 
19
        cd build; $(MAKE) install DESTDIR=$(CURDIR)/debian/gtk-qt-engine
20
20