genext2fs.spec
来自「coldfire MCF5445X基于unix平台的BSP」· SPEC 代码 · 共 44 行
SPEC
44 行
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary : Tools for the second extended (ext2) filesystemName : genext2fsVersion : 1.3Release : 1License : GPLVendor : FreescalePackager : Stuart HughesGroup : Applications/SystemSource : http://ftp.debian.org/debian/pool/main/g/genext2fs/%{name}_%{version}.orig.tar.gzPatch0 : genext2fs-01-cvs-updates.patchPatch1 : genext2fs-02-nosquash_devtable.patchPatch2 : genext2fs-makefile_in.patchBuildRoot : %{_tmppath}/%{name}Prefix : %{pfx}%Description%{summary}%Prep%setup -n %{name}-%{version}.orig%patch0 -p1%patch1 -p1%patch2 -p1%Build# There is a race condition, both configure and aclocal.m4# get touched, sometimes this leads to configure being rebuilt# which fail with: automake-1.8: command not foundsh ./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build} --mandir=%{_mandir}make%Installrm -rf $RPM_BUILD_ROOTmake install DESTDIR=$RPM_BUILD_ROOT/%{pfx}%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?