[packages] libnetfilter-conntrack: update to v0.0.101 (#6466)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19130 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
01aa1cc341
commit
e568b3fa9c
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
# Copyright (C) 2009-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,11 +8,15 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libnetfilter_conntrack
|
PKG_NAME:=libnetfilter_conntrack
|
||||||
PKG_VERSION:=0.0.100
|
PKG_VERSION:=0.0.101
|
||||||
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/
|
PKG_SOURCE_URL:=ftp://ftp.netfilter.org/pub/libnetfilter_conntrack
|
||||||
PKG_MD5SUM:=c047cea509621cf2abed0718cb210972
|
PKG_MD5SUM:=3c4b4048c914f2694c3ca6de2bb457dc
|
||||||
|
|
||||||
|
PKG_FIXUP:=libtool
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -25,10 +29,10 @@ define Package/libnetfilter-conntrack
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libnetfilter-conntrack/description
|
define Package/libnetfilter-conntrack/description
|
||||||
libnetfilter_conntrack is a userspace library providing a programming
|
libnetfilter_conntrack is a userspace library providing a programming
|
||||||
interface (API) to the in-kernel connection tracking state table. The
|
interface (API) to the in-kernel connection tracking state table. The
|
||||||
library libnetfilter_conntrack has been previously known as
|
library libnetfilter_conntrack has been previously known as
|
||||||
libnfnetlink_conntrack and libctnetlink. This library is currently
|
libnfnetlink_conntrack and libctnetlink. This library is currently
|
||||||
used by conntrack-tools among many other applications.
|
used by conntrack-tools among many other applications.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -38,12 +42,6 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) all
|
|
||||||
$(call libtool_fixup_libdir)
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/libnetfilter_conntrack
|
$(INSTALL_DIR) $(1)/usr/include/libnetfilter_conntrack
|
||||||
$(CP) \
|
$(CP) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user