From 3ad339b015f3e647b9a0b394d5ee386a7b0220dc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 16 Dec 2014 15:52:39 +0000 Subject: testing/mate-common: fix license and do not needlessly regenerate configure script --- testing/mate-common/APKBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'testing/mate-common/APKBUILD') diff --git a/testing/mate-common/APKBUILD b/testing/mate-common/APKBUILD index f6895daaa84..4473aa519c0 100644 --- a/testing/mate-common/APKBUILD +++ b/testing/mate-common/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=mate-common pkgver=1.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="Common scripts and macros" url="http://mate-desktop.org/" arch="noarch" -license="CC" +license="GPLv3+" depends="" depends_dev="" -makedepends="autoconf automake gettext" +makedepends="" install="" subpackages="" source="http://pub.mate-desktop.org/releases/1.9/$pkgname-$pkgver.tar.xz" @@ -27,8 +27,13 @@ prepare() { build() { cd "$_builddir" - ./autogen.sh --prefix=/usr || return 1 + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + || return 1 make || return 1 + } package() { -- cgit v1.2.3