[packages/tanidvr] - initial

arekm arekm at pld-linux.org
Thu Dec 20 11:27:24 CET 2012


commit 3a42bf6f673f42daeb866e1602c30afa0d83e1b5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Dec 20 11:27:11 2012 +0100

    - initial

 tanidvr.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/tanidvr.spec b/tanidvr.spec
new file mode 100644
index 0000000..25e8364
--- /dev/null
+++ b/tanidvr.spec
@@ -0,0 +1,42 @@
+Summary:	A tool for DVRs based on the DVR-IP protocol
+Name:		tanidvr
+Version:	1.1.0
+Release:	1
+License:	BSD
+Group:		Applications/Graphics
+URL:		http://tanidvr.sourceforge.net
+Source0:	http://downloads.sourceforge.net/tanidvr/%{name}-%{version}.tar.bz2
+# Source0-md5:	c404b1f68743cc1d57e1ca355c5699cc
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TaniDVR is a CLI tool for accessing DVRs used for CCTV surveillance
+systems based on the proprietary DVR-IP protocol (port 37777/TCP).
+Those are inexpensive Linux-based OEM DVRs sold under several distinct
+brands around the world.All those DVRs, regardless their branding, are
+produced by this company: Zhejiang Dahua Technology Co.,
+Ltd.Unfortunately those DVRs do not come with Un*x-compatible (Linux,
+- *BSD..) clients, and its web interface only works with a certain web
+browser for a certain proprietary OS.So now you can finally access
+(watch, record) the videos from such DVRs from a proper OS.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BUGS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/dhav2mkv
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tanidvr.git/commitdiff/3a42bf6f673f42daeb866e1602c30afa0d83e1b5



More information about the pld-cvs-commit mailing list