]> git.pld-linux.org Git - packages/aften.git/blob - aften.spec
- new
[packages/aften.git] / aften.spec
1 Summary:        A/52 audio encoder
2 #Summary(pl.UTF-8):     -
3 Name:           aften
4 Version:        0.0.8
5 Release:        1
6 License:        LGPL
7 Group:          Applications/Sound
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  fde67146879febb81af3d95a62df8840
10 URL:            http://aften.sourceforge.net/
11 BuildRequires:  cmake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Aften is an audio encoder which generates compressed audio streams
16 based on ATSC A/52 specification. This type of audio is also known
17 as AC-3 or Dolby® Digital and is one of the audio codecs used in
18 DVD-Video content. 
19
20 #%description -l pl.UTF-8
21
22 %prep
23 %setup -q
24
25 %build
26 install -d build
27 cd build
28 %cmake \
29         ../
30
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make}  -C build install/fast \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc Changelog README
45 %attr(755,root,root) %{_bindir}/*
This page took 0.055503 seconds and 3 git commands to generate.