]> git.pld-linux.org Git - packages/tanidvr.git/blob - tanidvr.spec
- initial
[packages/tanidvr.git] / tanidvr.spec
1 Summary:        A tool for DVRs based on the DVR-IP protocol
2 Name:           tanidvr
3 Version:        1.1.0
4 Release:        1
5 License:        BSD
6 Group:          Applications/Graphics
7 URL:            http://tanidvr.sourceforge.net
8 Source0:        http://downloads.sourceforge.net/tanidvr/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c404b1f68743cc1d57e1ca355c5699cc
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 TaniDVR is a CLI tool for accessing DVRs used for CCTV surveillance
14 systems based on the proprietary DVR-IP protocol (port 37777/TCP).
15 Those are inexpensive Linux-based OEM DVRs sold under several distinct
16 brands around the world.All those DVRs, regardless their branding, are
17 produced by this company: Zhejiang Dahua Technology Co.,
18 Ltd.Unfortunately those DVRs do not come with Un*x-compatible (Linux,
19 - *BSD..) clients, and its web interface only works with a certain web
20 browser for a certain proprietary OS.So now you can finally access
21 (watch, record) the videos from such DVRs from a proper OS.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc BUGS ChangeLog README TODO
41 %attr(755,root,root) %{_bindir}/%{name}
42 %attr(755,root,root) %{_bindir}/dhav2mkv
This page took 0.069984 seconds and 3 git commands to generate.