fprobe.spec

来自「模仿cisco路由器」· SPEC 代码 · 共 35 行

SPEC
35
字号
Name:		fprobeVersion:	1.0.2Release:	1Summary:	fprobe: a NetFlow probeGroup:		Network/MonitoringLicense:	GPLURL:		http://fprobe.sourceforge.netSource0:	%{name}-%{version}.tar.bz2Buildroot:	%{_tmppath}/%{name}-buildrootProvides:	fprobe%descriptionfprobe - libpcap-based tool that collect network traffic data and emitit as NetFlow flows towards the specified collector.%prep%setup -q%build./configure --bindir=%{_bindir} --mandir=%{_mandir} $EXTRA_OPTIONSmake%installrm -rf %{buildroot}make install-strip DESTDIR=%{buildroot}gzip --best %{buildroot}%{_mandir}/man1/fprobe.1%cleanrm -rf %{buildroot}%files%defattr(-,root,root)%doc AUTHORS ChangeLog NEWS README COPYING TODO/*

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?