package created by autospec [release 1.5-1mamba;Tue Jun 22 2010]

This commit is contained in:
Silvan Calarco 2024-01-05 18:43:33 +01:00
parent c40938ddfc
commit 5e858d4e13
2 changed files with 43 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# tunctl # tunctl
The tunctl tool for controlling the TUN/TAP driver in Linux.

41
tunctl.spec Normal file
View File

@ -0,0 +1,41 @@
Name: tunctl
Version: 1.5
Release: 1mamba
Summary: The tunctl tool for controlling the TUN/TAP driver in Linux
Group: Network/Routing
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/tunctl/
Source: http://downloads.sourceforge.net/project/tunctl/tunctl/%{version}/tunctl-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The tunctl tool for controlling the TUN/TAP driver in Linux.
%prep
%setup -q
%build
%make CC=%{_host}-gcc
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sbindir}/tunctl
%{_mandir}/man8/tunctl*
%doc ChangeLog
%changelog
* Tue Jun 22 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-1mamba
- package created by autospec