diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-12 03:48:50 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-12 03:48:50 +0000 |
commit | e3fe31f4a2c44fef8da55c60c3f95a763fdfd3c7 (patch) | |
tree | 961eaf76b0f49d8409d5a84bf36de6581d5fed5a /community/mate-disk-utility | |
parent | 121ee20158ca9869daadf9a2993b431af9661cb6 (diff) |
Wed Feb 12 03:44:41 UTC 2014
Diffstat (limited to 'community/mate-disk-utility')
-rw-r--r-- | community/mate-disk-utility/PKGBUILD | 11 |
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} \ |