# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-menus pkgver=1.20.0 pkgrel=0 pkgdesc="The libmate-menu library, the layout configuration files for the MATE menu, as well as a simple menu editor" url="https://github.com/mate-desktop/mate-menus" arch="all" license="GPL-2.0" depends="mate-common" makedepends="libtool intltool glib-dev gobject-introspection-dev" subpackages="$pkgname-dev $pkgname-lang" source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --sysconfdir=/etc \ --host=$CHOST \ --prefix=/usr make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="cb5d1f28248ed0d6e2441c198afcebdb3540adb3c54fd9e717310fa77878ae5bcfd68d288ca2fbe76458f0e69fe2a0106a5ff44fc3a2e92719764a9c4d435c82 mate-menus-1.20.0.tar.xz"