tcpdump.spec
来自「coldfire MCF5445X基于unix平台的BSP」· SPEC 代码 · 共 37 行
SPEC
37 行
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary : A network traffic monitoring toolName : tcpdumpVersion : 3.8.3Release : 1License : BSDVendor : FreescalePackager : Stuart HughesGroup : Applications/InternetSource : %{name}-%{version}.tar.gzBuildRoot : %{_tmppath}/%{name}Prefix : %{pfx}%Description%{summary}%Prep%setup %Build# I don't think the actual kernel version matters.ac_cv_linux_vers=2 \./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build} --config-cache --mandir=%{_mandir} --without-cryptomake INCLS="-I. -I./missing" LDFLAGS=%Installrm -rf $RPM_BUILD_ROOTmake install DESTDIR=$RPM_BUILD_ROOT/%{pfx}%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?