updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / libmatenotify / PKGBUILD
blobda69f6742892494106fe93bafbf806691519e4f2
1 pkgname=libmatenotify
2 pkgver=2011.12.16
3 pkgrel=1
4 pkgdesc="Desktop notification library"
5 arch=('i686' 'x86_64')
6 license=('LGPL')
7 depends=('gdk-pixbuf2')
8 makedepends=('gtk2' 'gobject-introspection')
9 groups=('mate')
10 options=('!emptydirs' '!libtool')
11 url="http://matsusoft.com.ar/projects/mate/"
12 source=(http://matsusoft.com.ar/projects/mate/files/${pkgname}/${pkgname}-${pkgver}.tar.xz)
13 sha256sums=('03c95122261247c7c9338c9d0c7b5fd715918e6e2d3c2a0eb11fb4250fb1db3c')
16 build() {
17     cd "${srcdir}"
18     ./autogen.sh \
19         --prefix=/usr \
20         --disable-static || return 1
21     make || return 1
24 package() {
25     cd "${srcdir}"
26     make DESTDIR="${pkgdir}" install || return 1