~ubuntu-branches/ubuntu/utopic/gallery-app/utopic-proposed

« back to all changes in this revision

Viewing changes to click-build.sh

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-06 16:39:13 UTC
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: package-import@ubuntu.com-20140306163913-qxrw49yziyn3o6ui
Tags: upstream-0.0.67+14.04.20140306
ImportĀ upstreamĀ versionĀ 0.0.67+14.04.20140306

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
export LC_ALL=C
 
4
 
 
5
BZR_SOURCE=${1:-lp:gallery-app}
 
6
 
 
7
CLICKARCH=armhf
 
8
rm -rf $CLICKARCH-build
 
9
mkdir $CLICKARCH-build
 
10
cd $CLICKARCH-build
 
11
cmake .. -DINSTALL_TESTS=off -DCLICK_MODE=on \
 
12
        -DBZR_REVNO=$(cd ..; bzr revno) \
 
13
        -DBZR_SOURCE="$BZR_SOURCE"
 
14
make DESTDIR=../package install
 
15
cd ..
 
16
click build package