summaryrefslogtreecommitdiff
path: root/community/mate-nettool
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-12 03:48:50 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-12 03:48:50 +0000
commite3fe31f4a2c44fef8da55c60c3f95a763fdfd3c7 (patch)
tree961eaf76b0f49d8409d5a84bf36de6581d5fed5a /community/mate-nettool
parent121ee20158ca9869daadf9a2993b431af9661cb6 (diff)
Wed Feb 12 03:44:41 UTC 2014
Diffstat (limited to 'community/mate-nettool')
-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