pkgname=libmatenotify
pkgver=1.1.0
pkgrel=1
pkgdesc="Desktop notification library"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('gdk-pixbuf2')
makedepends=('gtk2' 'gobject-introspection')
groups=('mate')
options=('!emptydirs' '!libtool')
url="http://matsusoft.com.ar/projects/mate/"
source=()
sha256sums=()

build() {
	cd "${srcdir}/../../../"
    ./autogen.sh \
        --prefix=/usr \
        --disable-static || return 1
    make || return 1
}

package() {
	cd "${srcdir}/../../../"
    make DESTDIR="${pkgdir}" install || return 1
}
