modutils.spec

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

SPEC
41
字号
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary         : Kernel module management utilitiesName            : modutilsVersion         : 2.4.25Release         : 1License         : GPLVendor          : FreescalePackager        : Stuart HughesGroup           : System Environment/KernelSource          : %{name}-%{version}.tar.bz2Patch0          : modutils-2.4.25-flex251.patchBuildRoot       : %{_tmppath}/%{name}Prefix          : %{pfx}%Description%{summary}%Prep%setup%patch0 -p1%Buildexport BUILDCC="$BUILDCC"./configure --target=$CFGHOST --build=%{_build} --mandir='${prefix}/share/man'make%Installrm -rf $RPM_BUILD_ROOTmake install exec_prefix=$RPM_BUILD_ROOT/%{pfx} prefix=$RPM_BUILD_ROOT/%{pfx}/%{_prefix}%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*

⌨️ 快捷键说明

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