iperf.spec

来自「coldfire MCF5445X基于unix平台的BSP」· SPEC 代码 · 共 40 行

SPEC
40
字号
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary         : iperf is a tool to measure IP bandwidth using UDP or TCPName            : iperfVersion         : 1.7.0Release         : 1License         : Distributable/GPLVendor          : FreescalePackager        : Stuart HughesGroup           : Development/ToolsSource          : %{name}-%{version}-source.tar.gzBuildRoot       : %{_tmppath}/%{name}Prefix          : %{pfx}URL             : http://dast.nlanr.net/Projects/Iperf/%Description%{summary}%Prep%setup %Buildcd cfg./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build} cd -make%Installrm -rf $RPM_BUILD_ROOTcd srcmake install INSTALL_DIR=$RPM_BUILD_ROOT/%{pfx}/%{_prefix}/bincd -%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*

⌨️ 快捷键说明

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