File beep2.spec of Package beep2

Summary: beep2 - ring beep sounds with various frequency/length.
Name: beep2
Version: 1.2a
Release: 1
License: GPL
Group: Applications/System
Source0: http://www.kip.iis.toyama-u.ac.jp/~shingo/beep/package/src/%{name}-%{version}.tar.gz
URL: http://www.kip.iis.toyama-u.ac.jp/~shingo/beep/
BuildRoot: %{_tmppath}/%{name}-%{version}-root

Packager: Mauricio Teixeira <mteixeira@webset.net>

%description
beep2 accepts frequency (or score) and length from stdin or text file,
and translates to beep sounds.

%prep
%setup -q

%build
make

%install
mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}/%{_mandir}/man1
mkdir -p %{buildroot}/%{_mandir}/ja/man1
make install PREFIX=%{buildroot}/usr \
		MANDIR=%{buildroot}/%{_mandir}/man1 \
	        JMANDIR=%{buildroot}/%{_mandir}/ja/man1 

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc HISTORY INSTALL* LICENSE README* longbeep-linux.patch sample/
%attr(4755,root,root) /usr/bin/beep2
%{_mandir}/man1/beep2.1*
%{_mandir}/ja/man1/beep2.1*

%changelog
* Mon Aug 07 2006 Mauricio Teixeira <mteixeira@webset.net>
- imported from Kondara Linux

openSUSE Build Service is sponsored by