File: libinstall.sh

package info (click to toggle)
pskmail 0.8.5-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 452 kB
  • ctags: 109
  • sloc: perl: 5,081; sh: 51; makefile: 43
file content (12 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

echo "Installing Fldigi-2.05 for pskmail"

apt-get install libportaudio2 libhamlib2 fldigi

echo "Installing necessary libraries for pskmail client"

apt-get install libgtk2-gladexml-perl libdigest-crc-perl gpsd

exit 1