summaryrefslogtreecommitdiff
path: root/community/sniffit
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/sniffit
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/sniffit')
-rw-r--r--community/sniffit/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/sniffit/PKGBUILD b/community/sniffit/PKGBUILD
index cf9ef1e77..2bd24d7f9 100644
--- a/community/sniffit/PKGBUILD
+++ b/community/sniffit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 21978 2010-07-19 13:45:26Z spupykin $
+# $Id: PKGBUILD 65453 2012-02-21 05:52:41Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com>
pkgname=sniffit
pkgver=0.3.7.beta
-pkgrel=10
+pkgrel=11
pkgdesc="very good packet sniffer for unix with ncurses interactive mode."
arch=('i686' 'x86_64' 'mips64el')
url="http://packages.ubuntu.com/source/sniffit"
@@ -20,7 +20,7 @@ md5sums=('2697cc18878480199fe6db1e61134d5a'
build() {
cd "${srcdir}"
- patch -Np0 < ${srcdir}/sniffit-fix.patch || return 1
+ patch -Np0 < ${srcdir}/sniffit-fix.patch
cd "${srcdir}/${pkgname}.${pkgver}"
@@ -28,8 +28,8 @@ build() {
cp /usr/share/libtool/config/config.{guess,sub} .
./configure --prefix=/usr --no-recursion
- make || return 1
- install -d -m0755 -g root -o root ${pkgdir}/usr/{sbin,share/licenses/${pkgname}} || return 1
+ make
+ install -d -m0755 -g root -o root ${pkgdir}/usr/{sbin,share/licenses/${pkgname}}
install -D -m0744 -g root -o root sniffit ${pkgdir}/usr/sbin/sniffit
install -D -m0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}
}