openswan.spec

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

SPEC
36
字号
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary         : Openswan is an Open Source implementation of IPsec for the Linux operating system. Is it a code fork of the FreeS/WAN project, started by a few of the developers who were growing frustrated with the politics surrounding the FreeS/WAN project.Name            : openswanVersion         : 2.3.0Release         : 1License         : GPLVendor          : FreescalePackager        : Kim PhillipsGroup           : Applications/InternetSource          : %{name}-%{version}.tar.gzPatch0          : openswan-2.3-gcc4-fixes.patchBuildRoot       : %{_tmppath}/%{name}Prefix          : %{pfx}%Description%{summary}%Prep%setup %patch0 -p1%Buildmake -j1 programs%Installrm -rf $RPM_BUILD_ROOTmake -j1 install DESTDIR=$RPM_BUILD_ROOT/%{pfx}%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*

⌨️ 快捷键说明

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