]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - beep/beep.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / beep / beep.nm
CommitLineData
7595c7f7 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
7595c7f7
SS
4###############################################################################
5
802ea3af 6name = beep
da1affd6 7version = 1.3
802ea3af 8release = 1
7595c7f7 9
802ea3af
MT
10groups = Applications/System
11url = http://www.johnath.com/beep/
12license = GPLv2+
13summary = Beep the PC speaker any number of ways.
7595c7f7 14
802ea3af 15description
7595c7f7
SS
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.
802ea3af
MT
22end
23
24source_dl = http://www.johnath.com/beep/
25tarball = %{thisapp}.tar.gz
26
27build
28 build
29 make FLAGS="%{CFLAGS}" %{PARALLELISMFLAGS}
30 end
7595c7f7 31
802ea3af
MT
32 install
33 mkdir -pv %{BUILDROOT}/usr/bin
34 mkdir -pv %{BUILDROOT}/usr/share/man/man1
7595c7f7 35
802ea3af
MT
36 install -m 0755 beep %{BUILDROOT}/usr/bin
37 cp beep.1.gz %{BUILDROOT}/usr/share/man/man1
38 end
39end
7595c7f7 40
802ea3af
MT
41packages
42 package beep
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end