play.spec

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

SPEC
40
字号
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary         : play - A simple wav player and audio tone tester.Name            : playVersion         : 1.0Release         : 0License         : DistributableVendor          : FreescalePackager        : Matt WaddelGroup           : Applications/SystemSource          : play-%{version}-%{release}.tar.gzPatch1          : play-math-1.0.patchBuildRoot       : %{_tmppath}/%{name}Prefix          : %{pfx}%Description%{summary}This package comes from the uClinux.org CVS repository:cvs.uclinux.org:/var/cvs/uClinux-dist/user/play%Prep%setup -n play%patch1 -p1%Buildmake LIBM=-lm %Installrm -rf $RPM_BUILD_ROOTmkdir -p $RPM_BUILD_ROOT/%{pfx}/bincp play tone $RPM_BUILD_ROOT/%{pfx}/bin%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*

⌨️ 快捷键说明

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