~texts-scope-team/texts-scope/texts-scope-trunk

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

export LC_ALL=C

CLICKARCH=armhf
rm -rf $CLICKARCH-build
mkdir $CLICKARCH-build
cd $CLICKARCH-build
cmake ..
make DESTDIR=../package install
cd ..
click build package