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