daemonizer.spec
来自「coldfire MCF5445X基于unix平台的BSP」· SPEC 代码 · 共 38 行
SPEC
38 行
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary : Used to start apptrk as a deamonName : daemonizerVersion : 1.0Release : 0License : GPLVendor : FreescalePackager : Matt WaddelGroup : Development/DebuggersSource : daemonizer-1.0.tar.gzBuildRoot : %{_tmppath}/%{name}-%{version}Prefix : %{pfx}%DescriptionStarting apptrk using the daemonizer allows to run anddebug applications from codewarrior without having to logininto the target and to start apptrk manually.%Prep%setup%Buildmake%Installrm -rf $RPM_BUILD_ROOTmkdir -p $RPM_BUILD_ROOT/%{pfx}/usr/bininstall -m 755 daemon $RPM_BUILD_ROOT/%{pfx}/usr/bin/daemon%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?