From patchwork Mon May 28 14:50:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 161622 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 1DCC7B6FA4 for ; Tue, 29 May 2012 00:50:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E01E53203D; Mon, 28 May 2012 14:50:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tgJeR77Lnhkx; Mon, 28 May 2012 14:50:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9246C32016; Mon, 28 May 2012 14:50:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A39548F75B for ; Mon, 28 May 2012 14:50:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 90C5C8F54C for ; Mon, 28 May 2012 14:50:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OqCKV+f9kj8Y for ; Mon, 28 May 2012 14:50:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id B57348F638 for ; Mon, 28 May 2012 14:50:17 +0000 (UTC) Received: from asgard (host235.190-30-7.telecom.net.ar [190.30.7.235]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q4SEoCir026596 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 May 2012 11:50:14 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1338216616; bh=lWQr28GQrxrGCi7lLKMHqztglXXwx2azX65mjn4kVns=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=GRxSQg9w4bstAgb5otrMu7SWBkbAhBwZalY8XcbzH0pJkWO95GO1FnZVIhCwltEdH scLeIqK+QuNj0jh72+PFqVD7qbqacYdP4bOlFpHqaKxotkiR0tyFrm8SqvHH3Xnbkv qmSNAjuFoBhqP6TPMsmCWnSbSDPbcEYDDN/teIsE= Received: by asgard (sSMTP sendmail emulation); Mon, 28 May 2012 11:50:12 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 28 May 2012 11:50:04 -0300 Message-Id: <1338216606-21082-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1338216606-21082-1-git-send-email-gustavo@zacarias.com.ar> References: <1338216606-21082-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/4] libnetfilter_cttimeout: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/Config.in | 1 + package/libnetfilter_cttimeout/Config.in | 13 +++++++++++++ .../libnetfilter-cttimeout.mk | 13 +++++++++++++ 3 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 package/libnetfilter_cttimeout/Config.in create mode 100644 package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk diff --git a/package/Config.in b/package/Config.in index c7748b2..338019d 100644 --- a/package/Config.in +++ b/package/Config.in @@ -403,6 +403,7 @@ source "package/libmnl/Config.in" source "package/libmodbus/Config.in" source "package/libmbus/Config.in" source "package/libnetfilter_conntrack/Config.in" +source "package/libnetfilter_cttimeout/Config.in" source "package/libnfnetlink/Config.in" source "package/libnl/Config.in" source "package/liboping/Config.in" diff --git a/package/libnetfilter_cttimeout/Config.in b/package/libnetfilter_cttimeout/Config.in new file mode 100644 index 0000000..8e2f438 --- /dev/null +++ b/package/libnetfilter_cttimeout/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT + bool "libnetfilter_cttimeout" + depends on BR2_LARGEFILE + select BR2_PACKAGE_LIBMNL + help + libnetfilter_cttimeout is the userspace library that provides + the programming interface to the fine-grain + connection tracking timeout infrastructure. + + http://www.netfilter.org/projects/libnetfilter_cttimeout/ + +comment "libnetfilter_cttimout requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE diff --git a/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk b/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk new file mode 100644 index 0000000..b3e1149 --- /dev/null +++ b/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk @@ -0,0 +1,13 @@ +############################################################# +# +# libnetfilter-cttimeout +# +############################################################# + +LIBNETFILTER_CTTIMEOUT_VERSION = 1.0.0 +LIBNETFILTER_CTTIMEOUT_SOURCE = libnetfilter_cttimeout-$(LIBNETFILTER_CTTIMEOUT_VERSION).tar.bz2 +LIBNETFILTER_CTTIMEOUT_SITE = http://www.netfilter.org/projects/libnetfilter_cttimeout/files +LIBNETFILTER_CTTIMEOUT_INSTALL_STAGING = YES +LIBNETFILTER_CTTIMEOUT_DEPENDENCIES = host-pkg-config libmnl + +$(eval $(call AUTOTARGETS))