# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=mate-user-share pkgver=1.22.1 pkgrel=0 pkgdesc="Inter-user file sharing utilities for the MATE desktop environment" url="https://mate-desktop.org" arch="all" license="GPL-2.0+" depends="" makedepends="apache-httpd-dev caja-dev dbus-glib-dev gtk+3.0-dev intltool itstool libcanberra-dev libnotify-dev libxml2-utils" subpackages="$pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-user-share-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --with-httpd=/usr/sbin/httpd \ --with-modules-dir=/usr/libexec/apache2 make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="afd2c2f8484124e26ac9ced23abd89c1b553adb4df6ca8bd49159e3ec5d76f2b16f6576b7f5608488e5290cddef733e27c653433ee9f57a09a6b76b774555894 mate-user-share-1.22.1.tar.xz"