diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-08 15:15:36 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-08 15:15:36 -0300 |
commit | 79836a031d6d4c48982b4cbffb40bf6bf09b3798 (patch) | |
tree | e6092df6df7e313d6637c35645bd2b1d174930bd /core/libpcap/PKGBUILD | |
parent | 38e55a4f9ca44d32cc497abdafe5bcd4df23704b (diff) | |
parent | 6aeb515f4afd10afb53b21df18d03b0d5f3a200f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ruby-gtk2/PKGBUILD
community/scite/PKGBUILD
extra/pulseaudio/PKGBUILD
multilib/lib32-libsamplerate/PKGBUILD
staging/kdelibs/PKGBUILD
Diffstat (limited to 'core/libpcap/PKGBUILD')
-rw-r--r-- | core/libpcap/PKGBUILD | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/core/libpcap/PKGBUILD b/core/libpcap/PKGBUILD index f4489153a..9184647f8 100644 --- a/core/libpcap/PKGBUILD +++ b/core/libpcap/PKGBUILD @@ -1,25 +1,22 @@ -# $Id: PKGBUILD 142215 2011-11-06 10:21:27Z thomas $ +# $Id: PKGBUILD 146220 2012-01-06 09:21:20Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=libpcap -pkgver=1.1.1 -pkgrel=4 +pkgver=1.2.1 +pkgrel=1 pkgdesc="A system-independent interface for user-level packet capture" arch=('i686' 'x86_64' 'mips64el') url="http://www.tcpdump.org/" license=('BSD') depends=('glibc' 'libnl' 'sh') makedepends=('flex') -source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz) - #Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch - #Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch) -sha256sums=('508cca15547e55d1318498b838456a21770c450beb2dc7d7d4a96d90816e5a85') - #'194aa268a3397be3ba406b7102dbdbc14fc16c6e4b535d0a0fab6b04d414563a' - #'f1f31c3e2b064f4c9d0e643e8ed1874a65ec17f770362f8ffa3b3f9ee9dc71bb') +source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz + http://www.tcpdump.org/release/libpcap-1.2.1.tar.gz.sig) +sha256sums=('a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd' + 'dc82ca7e7f737885969af0f78ad0f0eef8206062087e0261ca2799ef26d569b4') + build() { cd ${srcdir}/${pkgname}-${pkgver} - #patch -p1 -i "${srcdir}"/Add-support-for-libnl-2.x-adapted-from-a-newer-versi.patch - #patch -p1 -i "${srcdir}"/Libnl-2.x-returns-its-own-error-codes-not-errnos-han.patch ./configure --prefix=/usr --enable-ipv6 make } |