perl-fs.spec

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

SPEC
43
字号
%define pfx /opt/freescale/rootfs/%{_target_cpu}# NOTE: perl is not relocatable as it encodes paths during the configureSummary         : The Perl programming languageName            : perlVersion         : 5.8.8Release         : 1License         : Artistic or GPLVendor          : FreescalePackager        : Stuart HughesGroup           : Development/LanguagesSource          : perl-5.8.8.tar.gzBuildRoot       : %{_tmppath}/%{name}Prefix          : %{pfx}# perl auto module dependency is pretty broken in rpm, so we have# to turn off all dependency checksAutoreqprov     : no%Description%{summary}%Prep%setup %Buildsh Configure -Dinstallprefix=$RPM_BUILD_ROOT/%{pfx}/%{_prefix} -Dprefix=%{_prefix} -des -Accflags=-DNO_LOCALE make%Installrm -rf $RPM_BUILD_ROOTmake install%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*

⌨️ 快捷键说明

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