sdl_mixer.spec
来自「SDL_mixer 是一个基于 SDL 的混音器」· SPEC 代码 · 共 64 行
SPEC
64 行
%define name SDL_mixer%define version 1.2.7%define release 1Summary: Simple DirectMedia Layer - Sample Mixer LibraryName: %{name}Version: %{version}Release: %{release}Source0: %{name}-%{version}.tar.gzLicense: LGPLGroup: System Environment/LibrariesBuildRoot: /var/tmp/%{name}-buildrootPrefix: %{_prefix}%descriptionDue to popular demand, here is a simple multi-channel audio mixer.It supports 4 channels of 16 bit stereo audio, plus a single channelof music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3libraries.%package develSummary: Libraries, includes and more to develop SDL applications.Group: Development/LibrariesRequires: %{name}%description develDue to popular demand, here is a simple multi-channel audio mixer.It supports 4 channels of 16 bit stereo audio, plus a single channelof music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3libraries.%prep%setup %buildCFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}make%installrm -rf $RPM_BUILD_ROOTmake install prefix=$RPM_BUILD_ROOT/%{prefix}%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)%doc README CHANGES COPYING%{prefix}/lib/lib*.so.*%files devel%defattr(-,root,root)%{prefix}/lib/lib*.a%{prefix}/lib/lib*.la%{prefix}/lib/lib*.so%{prefix}/include/SDL/%changelog* Wed Jan 19 2000 Sam Lantinga - converted to get package information from configure* Sun Jan 16 2000 Hakan Tandogan <hakan@iconsult.com>- initial spec file
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?