gstreamer-core.spec

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

SPEC
39
字号
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary         : GStreamer CoreName            : gstreamer-coreVersion         : 0.10.12Release         : 1License         : LGPLVendor          : FreescalePackager        : Kurt MahanGroup           : Applications/SystemSource          : gstreamer-%{version}.tar.bz2Patch1          : gstreamer-core-0.10.12-relink.patchBuildRoot       : %{_tmppath}/%{name}Prefix          : %{pfx}%Description%{summary}%Prep%setup -n gstreamer-%{version}%patch1 -p1%Build./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build} \            --disable-valgrind --without-checkmake%Installrm -rf $RPM_BUILD_ROOTmake install DESTDIR=$RPM_BUILD_ROOT/%{pfx}find $RPM_BUILD_ROOT/%{pfx}/%{_prefix}/lib/ -name "*.la" | xargs rm -f%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*

⌨️ 快捷键说明

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