X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by lists.alpinelinux.org (Postfix) with ESMTP id B667B1EB587 for ; Thu, 2 Dec 2010 15:28:46 +0000 (UTC) Received: by gxk8 with SMTP id 8so4394853gxk.13 for ; Thu, 02 Dec 2010 07:28:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HjqubKchnH8YRW27W+Xzabwb5Veh9Myy69jED9FG/lg=; b=JTtA3SoWkMfSBNERgOpoPvtQaQUZTrlYgd2exqFoLXADbyhU/PTqhBp5RHSDgyTBn/ u33mPYK6AVlULu59PRUFI93dxWofppdvv0mQSMHJeXuBIMoaKkzjmDjqegvqsLfpJyV2 o/tKClxya3gvbq0fZvDjZ+sQibDI+w3bLA9oY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=F75SHSAThfdrFLPCLkhTskAM889VSzUDE06eGATF5O/meS9b6oYqZ9TAG3rxyeqNuc 8QkZfPqJpguMuLqbu/mpQ3v0c6BYCVn1bZVNnue1dSBMppBltzACpzednYPUFusR+ktC JTRM69hcJ8eR0n/P1ouOd6MB3YC4fk3/xShd8= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.204.69.11 with SMTP id x11mr826066bki.42.1291303616306; Thu, 02 Dec 2010 07:26:56 -0800 (PST) Received: by 10.204.66.82 with HTTP; Thu, 2 Dec 2010 07:26:56 -0800 (PST) In-Reply-To: <1291231923-6075-1-git-send-email-jbilyk@gmail.com> References: <1291231923-6075-1-git-send-email-jbilyk@gmail.com> Date: Thu, 2 Dec 2010 10:26:56 -0500 Message-ID: Subject: [alpine-devel] Re: [PATCH] testing/softflowd: new aport From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Since we already have fprobe, which does similar functionality, neither of the softflowd commits need to get applied. Sorry for the noise... Jeff On Wed, Dec 1, 2010 at 2:32 PM, Jeff Bilyk wrote: > new aport > --- > =A0testing/softflowd/APKBUILD | =A0 31 +++++++++++++++++++++++++++++++ > =A01 files changed, 31 insertions(+), 0 deletions(-) > =A0create mode 100644 testing/softflowd/APKBUILD > > diff --git a/testing/softflowd/APKBUILD b/testing/softflowd/APKBUILD > new file mode 100644 > index 0000000..58d34b6 > --- /dev/null > +++ b/testing/softflowd/APKBUILD > @@ -0,0 +1,31 @@ > +# Maintainer: Jeff Bilyk > +pkgname=3Dsoftflowd > +pkgver=3D0.9.8 > +pkgrel=3D0 > +pkgdesc=3D"Flow based network traffic analyzer capable of NetFlow data e= xport" > +url=3D"http://code.google.com/p/softflowd/" > +license=3D"GPL" > +depends=3D"libpcap" > +makedepends=3D"libpcap-dev" > +install=3D > +subpackages=3D"$pkgname-doc" > +source=3D"http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz" > + > +_builddir=3D"$srcdir"/$pkgname-$pkgver > + > +build() { > + =A0 =A0 =A0 cd "$_builddir" > + =A0 =A0 =A0 ./configure --prefix=3D/usr \ > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 --sysconfdir=3D/etc \ > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 --mandir=3D/usr/share/man \ > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 --infodir=3D/usr/share/info > + =A0 =A0 =A0 make || return 1 > +} > + > +package() { > + =A0 =A0 =A0 cd "$_builddir" > + =A0 =A0 =A0 make DESTDIR=3D"$pkgdir" install > + > +} > + > +md5sums=3D"0054d1c80494396cc15edb0a1c7748b1 =A0softflowd-0.9.8.tar.gz" > -- > 1.7.3.2 > > --=20 Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---