summaryrefslogtreecommitdiff
path: root/community/mate-nettool/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-nettool/PKGBUILD')
-rw-r--r--community/mate-nettool/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/mate-nettool/PKGBUILD b/community/mate-nettool/PKGBUILD
index ca928d0e9..da3b56e32 100644
--- a/community/mate-nettool/PKGBUILD
+++ b/community/mate-nettool/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 104935 2014-01-28 14:00:49Z flexiondotorg $
+# $Id: PKGBUILD 105607 2014-02-11 17:55:05Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
pkgname=mate-nettool
pkgver=1.8.1
-pkgrel=6
+pkgrel=7
pkgdesc="MATE interface for various networking tools."
url="https://github.com/NiceandGently/mate-nettool"
arch=('i686' 'x86_64')
@@ -20,9 +20,14 @@ source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
install=${pkgname}.install
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ NOCONFIGURE=1 ./autogen.sh
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh \
+ ./configure \
--prefix=/usr \
--disable-static \
--disable-schemas-compile