#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=libmatenotify
pkgver=1.4.1
pkgrel=1rl
source=("http://pub.mate-desktop.org/releases/1.4/libmatenotify-1.4.1.tar.xz")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"libmatenotify (notification library)"
"libmatenotify is a general library for event notifications."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./autogen.sh --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-static
	make -j $numjobs || return 1
	make install DESTDIR=$startdir/pkg

	# not needed
	rm -rf $startdir/pkg/usr/share/gtk-doc
}