File shorten.spec of Package shorten

37
 
1
# vim: set sw=4 ts=4 et:
2
# Copyright (c) 2006-2007 oc2pus
3
# This file and all modifications and additions to the pristine
4
# package are under the same license as the package itself.
5
#
6
# Please submit bugfixes or comments to packman@links2linux.de
7
8
Name:           shorten
9
Summary:        Fast compression for waveform files
10
Version:        3.6.1
11
Release:        0
12
License:        Beerware
13
Url:            http://www.etree.org/shnutils/shorten/
14
Source0:        %name-%version.tar.bz2
15
Patch0:         %name.patch
16
17
%description
18
shorten is a fast, low complexity waveform coder (i.e. audio compressor),
19
which can operate in both lossy and lossless modes.
20
21
%prep
22
%autosetup -p1
23
24
%build
25
%configure
26
%make_build
27
28
%install
29
%make_install
30
31
%files
32
%license COPYING
33
%_bindir/shorten
34
%_mandir/*/*
35
36
%changelog
37