📄 libnetfilter_conntrack.spec
字号:
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary : libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state tableName : libnetfilter_conntrackVersion : 0.0.80Release : 0License : GPLVendor : FreescalePackager : Emil MedveGroup : System Environment/BaseURL : http://netfilter.org/projects/libnetfilter_conntrackSource : %{name}-%{version}.tar.bz2BuildRoot : %{_tmppath}/%{name}Prefix : %{pfx}%Description%{summary}libnetfilter_conntrack has been previously known as libnfnetlink_conntrack and libctnetlinklibnetfilter_conntrack is used by conntracklibnetfilter_conntrack requires libnfnetlink and a kernel that includes the nfnetlink_conntracksubsystem (i.e. 2.6.14 or later)Main features * listing/retrieving entries from the kernel connection tracking table * inserting/modifying/deleting entries from the kernel connection tracking table * listing/retrieving entries from the kernel expect table * inserting/modifying/deleting entries from the kernel expect table%Prep%setup%Build./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build}make%Installrm -rf $RPM_BUILD_ROOTmake install DESTDIR=$RPM_BUILD_ROOT/%{pfx}rm -rf $RPM_BUILD_ROOT/%{pfx}/%{_prefix}/lib/%{name}.la \ $RPM_BUILD_ROOT/%{pfx}/%{_prefix}/lib/%{name}/*.la%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -