📄 openssh.spec
字号:
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary : The OpenSSH implementation of SSH protocol versions 1 and 2.Name : opensshVersion : 4.3p2Release : 1License : BSDVendor : FreescalePackager : Stuart HughesGroup : Applications/InternetSource : %{name}-%{version}.tar.gzBuildRoot : %{_tmppath}/%{name}Prefix : %{pfx}%Description%{summary}%Prep%setup %BuildLD=gcc ./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build} --with-zlib=$DEV_IMAGE/usr --with-ssl-dir=$DEV_IMAGE/usr --with-ldflags="-L$DEV_IMAGE/lib" --config-cachemake -j1 sysconfdir=%{_sysconfdir}/ssh%Installrm -rf $RPM_BUILD_ROOTmake -j1 install sysconfdir=%{_sysconfdir}/ssh DESTDIR=$RPM_BUILD_ROOT/%{pfx}%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -