[arch-commits] Commit in tcpflow/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Sun Apr 13 08:57:55 UTC 2014


    Date: Sunday, April 13, 2014 @ 10:57:55
  Author: fyan
Revision: 109310

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tcpflow/repos/community-i686/PKGBUILD
    (from rev 109309, tcpflow/trunk/PKGBUILD)
  tcpflow/repos/community-x86_64/PKGBUILD
    (from rev 109309, tcpflow/trunk/PKGBUILD)
Deleted:
  tcpflow/repos/community-i686/PKGBUILD
  tcpflow/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   88 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 -------------
 community-x86_64/PKGBUILD |   27 -------------
 3 files changed, 88 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-13 08:56:22 UTC (rev 109309)
+++ community-i686/PKGBUILD	2014-04-13 08:57:55 UTC (rev 109310)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=tcpflow
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently"
-arch=('i686' 'x86_64')
-url="http://afflib.org/software/tcpflow"
-license=('GPL')
-depends=('gcc-libs' 'libpcap' 'zlib')
-source=("https://github.com/simsong/$pkgname/archive/$pkgname-$pkgver.tar.gz")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-  sh bootstrap.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-md5sums=('446be6d852bc7ddd0a8d5149f2bddb60')

Copied: tcpflow/repos/community-i686/PKGBUILD (from rev 109309, tcpflow/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-13 08:57:55 UTC (rev 109310)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=tcpflow
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently"
+arch=('i686' 'x86_64')
+url="http://afflib.org/software/tcpflow"
+license=('GPL')
+depends=('libpcap' 'cairo')
+makedepends=('git' 'boost')
+source=("git+https://github.com/simsong/$pkgname.git#tag=$pkgname-$pkgver"
+        'git+https://github.com/simsong/be13_api.git'
+        'git+https://github.com/simsong/dfxml.git'
+        'git+https://github.com/joyent/http-parser.git')
+md5sums=('SKIP'
+         'SKIP'
+         'SKIP'
+         'SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config submodule."src/be13_api".url "$srcdir/be13_api"
+  git config submodule."src/dfxml".url "$srcdir/dfxml"
+  git config submodule."src/http-parser".url "$srcdir/http-parser"
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  sh bootstrap.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-13 08:56:22 UTC (rev 109309)
+++ community-x86_64/PKGBUILD	2014-04-13 08:57:55 UTC (rev 109310)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=tcpflow
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently"
-arch=('i686' 'x86_64')
-url="http://afflib.org/software/tcpflow"
-license=('GPL')
-depends=('gcc-libs' 'libpcap' 'zlib')
-source=("https://github.com/simsong/$pkgname/archive/$pkgname-$pkgver.tar.gz")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-  sh bootstrap.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-md5sums=('446be6d852bc7ddd0a8d5149f2bddb60')

Copied: tcpflow/repos/community-x86_64/PKGBUILD (from rev 109309, tcpflow/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-13 08:57:55 UTC (rev 109310)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=tcpflow
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently"
+arch=('i686' 'x86_64')
+url="http://afflib.org/software/tcpflow"
+license=('GPL')
+depends=('libpcap' 'cairo')
+makedepends=('git' 'boost')
+source=("git+https://github.com/simsong/$pkgname.git#tag=$pkgname-$pkgver"
+        'git+https://github.com/simsong/be13_api.git'
+        'git+https://github.com/simsong/dfxml.git'
+        'git+https://github.com/joyent/http-parser.git')
+md5sums=('SKIP'
+         'SKIP'
+         'SKIP'
+         'SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config submodule."src/be13_api".url "$srcdir/be13_api"
+  git config submodule."src/dfxml".url "$srcdir/dfxml"
+  git config submodule."src/http-parser".url "$srcdir/http-parser"
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  sh bootstrap.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+




More information about the arch-commits mailing list