---
testing/mate-terminal/APKBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/testing/mate-terminal/APKBUILD b/testing/mate-terminal/APKBUILD
index c5db777..988db01 100644
--- a/testing/mate-terminal/APKBUILD
+++ b/testing/mate-terminal/APKBUILD
_at_@ -2,15 +2,14 @@
# Maintainer:
pkgname=mate-terminal
pkgver=1.9.0
-pkgrel=0
+pkgrel=1
pkgdesc="MATE terminal emulator"
url="https://github.com/mate-desktop/mate-terminal"
arch="all"
license="GPL2"
depends="mate-common yelp-tools mate-desktop"
depends_dev=""
-makedepends="$depends_dev vte-dev autoconf automake libtool intltool glib-dev
- dconf-dev libsm-dev itstool"
+makedepends="$depends_dev libtool intltool dconf-dev libsm-dev itstool vte-dev"
install=""
subpackages="$pkgname-doc $pkgname-lang"
source="http://pub.mate-desktop.org/releases/1.9/$pkgname-$pkgver.tar.xz"
_at_@ -28,7 +27,11 @@ prepare() {
build() {
cd "$_builddir"
- ./autogen.sh --prefix=/usr || return 1
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
+ || return 1
make || return 1
}
--
2.1.3
---
Unsubscribe: alpine-devel+unsubscribe_at_lists.alpinelinux.org
Help: alpine-devel+help_at_lists.alpinelinux.org
---
Received on Fri Dec 19 2014 - 10:26:23 UTC