makedepends=(gtk3 libwnck libfakekey libunique1 mate-panel)

description="A simple window management tool"
url="https://mate-desktop.org/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=mate-netbook
version=1.27.0
release=2

source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)

build() {

  cd $name-$version

  ./configure --prefix=/usr \
              --libexec=/usr/lib/${name} \
              --sysconfdir=/etc

  make
  make DESTDIR=$PKG install
}
