[packages/tayga] Add initial spec

aredridel aredridel at pld-linux.org
Sat Dec 6 07:54:21 CET 2014


commit 5bc56b4816f3db66414bbfa5d850a5b6edd64aa6
Author: Aria Stewart <aredridel at pld-linux.org>
Date:   Fri Dec 5 22:41:21 2014 -0700

    Add initial spec

 tayga.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/tayga.spec b/tayga.spec
new file mode 100644
index 0000000..4cfad2b
--- /dev/null
+++ b/tayga.spec
@@ -0,0 +1,47 @@
+# $Revision: 1.35 $, $Date: 2011/04/20 12:10:36 $
+# TODO:
+# - tigervnc.init
+
+Summary:	A NAT64 daemon
+Name:		tayga
+Version:	0.9.2
+Release:	1
+License:	GPL v2
+Group:		Networking/Daemons
+Source0:	http://www.litech.org/tayga/%{name}-%{version}.tar.bz2
+# Source0-md5:	7a7b24165ce008df772f398d86fa280e
+URL:		http://www.litech.org/tayga/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TAYGA is an out-of-kernel stateless NAT64 implementation for Linux
+that uses the TUN driver to exchange IPv4 and IPv6 packets with the
+kernel. It is intended to provide production-quality NAT64 service for
+networks where dedicated NAT64 hardware would be overkill.
+
+%prep
+%setup -q
+
+%build
+
+%{configure}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+mv $RPM_BUILD_ROOT%{_sysconfdir}/tayga.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/tayga.conf
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_sysconfdir}/tayga.conf
+%attr(755,root,root) %{_sbindir}/tayga
+%{_mandir}/man5/tayga.conf.5*
+%{_mandir}/man8/tayga.8*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tayga.git/commitdiff/5bc56b4816f3db66414bbfa5d850a5b6edd64aa6



More information about the pld-cvs-commit mailing list