]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - beep/beep.nm
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / beep / beep.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = beep
7 version = 1.3
8 release = 1
9
10 groups = Applications/System
11 url = http://www.johnath.com/beep/
12 license = GPLv2+
13 summary = Beep the PC speaker any number of ways.
14
15 description
16 Beep allows the user to control the PC speaker with precision, \
17 allowing different sounds to indicate different events. While it \
18 can be run quite happily on the commandline, it's intended place \
19 of residence is within shell/perl scripts, notifying the user when \
20 something interesting occurs. Of course, it has no notion of \
21 what's interesting, but it's real good at that notifying part.
22 end
23
24 source_dl = http://www.johnath.com/beep/
25 tarball = %{thisapp}.tar.gz
26
27 build
28 build
29 make FLAGS="%{CFLAGS}" %{PARALLELISMFLAGS}
30 end
31
32 install
33 mkdir -pv %{BUILDROOT}/usr/bin
34 mkdir -pv %{BUILDROOT}/usr/share/man/man1
35
36 install -m 0755 beep %{BUILDROOT}/usr/bin
37 cp beep.1.gz %{BUILDROOT}/usr/share/man/man1
38 end
39 end
40
41 packages
42 package beep
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end