File: installDeb.sh

package info (click to toggle)
knutclient 0.9.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,244 kB
  • ctags: 1,130
  • sloc: sh: 15,315; cpp: 7,970; perl: 2,830; makefile: 115
file content (9 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
make -f Makefile.cvs

[ ! -f Makefile ] || make clean
export kde_htmldir=/usr/share/doc/kde/HTML
./configure --prefix=/usr

make
make install