buildroot-config.spec

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

SPEC
38
字号
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary         : Linux kernel configuration language parser (busybox style)Name            : buildroot-configVersion         : 1.3Release         : 1License         : GPLVendor          : FreescalePackager        : Stuart HughesGroup           : Development/ToolsSource          : %{name}-%{version}.tar.gzBuildRoot       : %{_tmppath}/%{name}Prefix          : %{pfx}%Description%{summary}%Prep%setup %Buildmake conf mconf%Installrm -rf $RPM_BUILD_ROOTmkdir -p $RPM_BUILD_ROOT/%{pfx}/%{_prefix}/bincp -a conf mconf $RPM_BUILD_ROOT/%{pfx}/%{_prefix}/bin%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*

⌨️ 快捷键说明

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