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