📄 sdl_mixer.spec
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -