]> git.pld-linux.org Git - packages/alac_decoder.git/blame - alac_decoder.spec
- added
[packages/alac_decoder.git] / alac_decoder.spec
CommitLineData
68885a2b 1#
2Summary: Apple Lossless Audio Decoder
3Name: alac_decoder
4Version: 0.1.1
5Release: 0.1
6License: BSD-like
7Group: Applications
8Source0: http://craz.net/programs/itunes/files/%{name}-%{version}.tar.gz
9# Source0-md5: 06f358b8aa185dcb3d1e2d80f89570c3
10URL: http://craz.net/programs/itunes/alac.html
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14
15%prep
16%setup -q -n %{name}
17
18%build
19%{__make}
20
21%install
22rm -rf $RPM_BUILD_ROOT
23install -d $RPM_BUILD_ROOT/%{_bindir}
24install alac $RPM_BUILD_ROOT/%{_bindir}
25
26%clean
27rm -rf $RPM_BUILD_ROOT
28
29%files
30%defattr(644,root,root,755)
31%attr(755,root,root) %{_bindir}/alac
This page took 0.563077 seconds and 4 git commands to generate.