⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 texinfo.spec

📁 coldfire MCF5445X基于unix平台的BSP
💻 SPEC
字号:
%define base %(echo %{_prefix} | sed -e s,/usr.*$,,)%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary         : Tools needed to create Texinfo format documentation files.Name            : texinfoVersion         : 4.8Release         : 1License         : GPLVendor          : FreescalePackager        : Stuart Hughes, Steve PapacharalambousGroup           : Applications/PublishingSource          : %{name}-%{version}.tar.bz2BuildRoot       : %{_tmppath}/%{name}Prefix          : %{pfx}#BuildRequires   : ncurses%Description%{summary}%Prep%setup%Buildexport BUILD_CC="$BUILDCC"export BUILD_AR="/usr/bin/ar"export BUILD_RANLIB="/usr/bin/ranlib"# this is to avoid a compiler bug (any -O except 0 causes internal compiler err)if [ "$PLATFORM" = "mcf547x_8x" ]then  CFLAGS="-g" ./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build} --mandir=%{_mandir}else              ./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build} --mandir=%{_mandir}fimake%Installrm -rf $RPM_BUILD_ROOTmake install DESTDIR=$RPM_BUILD_ROOT/%{pfx}mkdir -p $RPM_BUILD_ROOT/%{pfx}/%{base}/sbinmv $RPM_BUILD_ROOT/%{pfx}/%_prefix/bin/install-info $RPM_BUILD_ROOT/%{pfx}/%base/sbin/install-info%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*

⌨️ 快捷键说明

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