summaryrefslogtreecommitdiff
path: root/community/netwatch
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
commit8d32e471d53634b308adf93007922a6ccbd2b830 (patch)
tree606fdcd5508936ffdfc7cf510a16b7324c2792e2 /community/netwatch
parent4c9d76f582ae64854e30113e7f7dc621af3db820 (diff)
parent1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/chmsee/PKGBUILD community/cupsddk/PKGBUILD community/optipng/PKGBUILD community/pcb/PKGBUILD community/taglib-rcc/PKGBUILD community/wmctrl/PKGBUILD extra/c-ares/PKGBUILD multilib/lib32-freetype2/PKGBUILD
Diffstat (limited to 'community/netwatch')
-rw-r--r--community/netwatch/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/netwatch/PKGBUILD b/community/netwatch/PKGBUILD
index 582f103f6..5beed0a69 100644
--- a/community/netwatch/PKGBUILD
+++ b/community/netwatch/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 17608 2010-05-24 15:34:28Z spupykin $
+# $Id: PKGBUILD 59160 2011-11-21 12:43:25Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=netwatch
@@ -16,10 +16,11 @@ md5sums=('9168c20c1984e9d126d1a0ec1eb0c1d3')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ unset CFLAGS
./configure --prefix=/usr
- make || return 1
+ make
- install -D -m0755 netwatch $pkgdir/usr/bin/netwatch && \
- install -D -m0755 netresolv $pkgdir/usr/bin/netresolv && \
+ install -D -m0755 netwatch $pkgdir/usr/bin/netwatch
+ install -D -m0755 netresolv $pkgdir/usr/bin/netresolv
install -D -m0644 netwatch.1 $pkgdir/usr/share/man/man1/netwatch.1
}