blob: 25ad6ce5ede6f8bdc1f258774ea38e53a6a7a8b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgname=hobbit-client
pkgver=4.2.0
pkgrel=74
pkgdesc="Hobbit is a system for monitoring servers and networks. "
license="GPL"
arch=('i686')
url="http://hobbitmon.sourceforge.net/"
source=( )
depends="pcre "
install=hobbit-client.install
build() {
#create client package as well
mkdir -p $startdir/pkg/data/srv/hobbit/
cp -rp $startdir/client $startdir/pkg/data/srv/hobbit/client
}
|