# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=mate-netbook pkgver=1.22.1 pkgrel=0 pkgdesc="Netbook-oriented window manager for the MATE desktop environment" url="https://mate-desktop.org" arch="all" license="GPL-3.0-only AND LGPL-2.0+" depends="" makedepends="gtk+3.0-dev intltool libfakekey-dev libwnck-dev libxtst-dev mate-panel-dev" subpackages="$pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-netbook-$pkgver.tar.xz" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="d0ba10d798e779e89b656a5bab2f5524c36755d58b877ba18482171c7673c5217ecf39b8098ff7b258634fbae62638d70bdf11e17f02f47c68ca96058f0ebb03 mate-netbook-1.22.1.tar.xz"