]> git.pld-linux.org Git - packages/cssauth.git/blame - cssauth.spec
- tabs in preamble
[packages/cssauth.git] / cssauth.spec
CommitLineData
87023e59 1Summary: CSS authentication/decryption tools
892805a3 2Summary(pl.UTF-8): Narzędzia do autentykacji i dekodowania CSS
c6e1c69d
JK
3Name: cssauth
4Version: 0
5Release: 1
6License: GPL
87023e59 7Group: Applications
6a981e58 8Source0: http://www.uslawbooks.com/computerscience/%{name}.tar.gz
84fdb3fc 9# Source0-md5: b815dfc23185d44ba327319030cd6237
c6e1c69d
JK
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13Tools for authenticating and decrypting CSS-protected DVD. Makes
14playing DVD using MPEG-2 software decoders (like VideoLAN client)
15possible.
16
29626ac3
JR
17%description -l pl.UTF-8
18Narzędzia do autentykacji i dekodowania płyt DVD zakodowanych CSS.
19Sprawiają, że odtwarzanie DVD przy pomocy programowych dekoderów
20MPEG-2 (jak klient VideoLAN) jest możliwe.
87023e59 21
c6e1c69d
JK
22%prep
23%setup -qn css-auth
24
25%build
741b5aa2 26%{__make} \
27 CC="%{__cc}" \
28 CFLAGS="%{rpmcflags}"
c6e1c69d
JK
29
30%install
31rm -rf $RPM_BUILD_ROOT
c6e1c69d 32install -d $RPM_BUILD_ROOT%{_bindir}
741b5aa2 33
87023e59
JB
34install css-cat dvdinfo tstdvd $RPM_BUILD_ROOT%{_bindir}
35install reset $RPM_BUILD_ROOT%{_bindir}/dvdreset
c6e1c69d 36
c6e1c69d
JK
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
61f2591b 42%doc README
c6e1c69d 43%attr(755,root,root) %{_bindir}/*
This page took 0.069535 seconds and 4 git commands to generate.