summaryrefslogtreecommitdiff
path: root/community/mate-disk-utility/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-disk-utility/PKGBUILD')
-rw-r--r--community/mate-disk-utility/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/mate-disk-utility/PKGBUILD b/community/mate-disk-utility/PKGBUILD
index 84ab0f8da..e1dedca5f 100644
--- a/community/mate-disk-utility/PKGBUILD
+++ b/community/mate-disk-utility/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 105033 2014-01-30 12:06:00Z flexiondotorg $
+# $Id: PKGBUILD 105605 2014-02-11 17:24:56Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
pkgname=mate-disk-utility
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Disk management application for MATE."
url="https://github.com/NiceandGently/mate-disk-utility"
arch=('i686' 'x86_64')
@@ -16,9 +16,14 @@ source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('ff3b520a06c367124558cdd252f1956d')
install=${pkgname}.install
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ NOCONFIGURE=1 ./autogen.sh
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh \
+ ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/${pkgname} \