]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - ibod/ibod.nm
isdn4k-utils: Add systemd files, udev rules and config files for capi.
[people/ms/ipfire-3.x.git] / ibod / ibod.nm
CommitLineData
bd1c5dc2
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = ibod
7version = 1.4
8release = 1
9
10groups = Networking/Tools
11url = http://www.datenwelt.net/oss/ibod/
12license = GPLv2
13summary = An ISDN bandwidth monitor.
14
15description
16 Ibod is a daemon program for GNU/Linux that constantly monitors \
17 the ISDN interface for inbound and outbound traffic throughput.
18end
19
20sources = %{thisapp}.tar.bz2
21
22build
23 build
24 gcc %{CFLAGS} ibod.c -o ibod
25 end
26
27 install
28 mkdir -pv %{BUILDROOT}/usr/bin
29 mkdir -pv %{BUILDROOT}/usr/share/man/man{1,4}
30 mkdir -pv %{BUILDROOT}/etc/isdn
31 install -m 0755 ibod %{BUILDROOT}/usr/bin
32 install -m 0644 ibod.1 %{BUILDROOT}/usr/share/man/man1
33 install -m 0644 ibod.cf.4 %{BUILDROOT}/usr/share/man/man4
34 install -m 0644 ibod.cf %{BUILDROOT}/etc/isdn
35 end
36end
37
38packages
39 package %{name}
40 configfiles
41 /etc/isdn/ibod.cf
42 end
43 end
44end