bind.spec
来自「coldfire MCF5445X基于unix平台的BSP」· SPEC 代码 · 共 39 行
SPEC
39 行
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary : Internet Systems Consortium BIND DNS server, resolver, and tools.Name : bindVersion : 9.3.2Release : 1License : Internet Systems Consortium (distributable)Vendor : FreescalePackager : John FaithGroup : Applications/InternetSource : bind-9.3.2.tar.gzPatch1 : bind-9.3.2-sip.patchBuildRoot : %{_tmppath}/%{name}Prefix : %{pfx}URL : http://www.isc.org/sw/bind/%Description%{summary}%Prep%setup -n %{name}-%{version}%patch1 -p1%Build./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build} --with-randomdev=/dev/randommake -j1%Installrm -rf $RPM_BUILD_ROOTmake install prefix=$RPM_BUILD_ROOT/%{pfx}%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?