Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37401961
en ru br
Репозитории ALT
S:1.3-alt1
5.1: 1.2.2-alt1
4.1: 1.2.2-alt1
www.altlinux.org/Changes

Группа :: Звук
Пакет: beep-speaker

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname beep
Name: beep-speaker
Version: 1.3
Release: alt1

Summary: Beep the pc speaker any number of ways

License: GPL
Group: Sound
Url: http://www.johnath.com/beep/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://www.johnath.com/beep/%oname-%version.tar.bz2
Patch0: beep_1.2.2-17.diff

%description
Beep allows the user to control the pc-speaker with precision,
allowing different sounds to indicate different events. While it
can be run quite happily on the commandline, it's intended place
of residence is within shell/perl scripts, notifying the user when
something interesting occurs. Of course, it has no notion of
what's interesting, but it's real good at that notifying part.

%prep
%setup -q -n %oname-%version
#patch0 -p1

%build
gcc %optflags -Wall -o beep beep.c

%install
mkdir -p %buildroot/%_bindir
mkdir -p %buildroot/%_man1dir
install -m 755 beep %buildroot/%_bindir/
gunzip beep.1.gz
install -m 644 beep.1 %buildroot%_man1dir/

%files
%doc CHANGELOG CREDITS README
%_bindir/beep
%_man1dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin