# Maintainer: Natanael Copa pkgname=libnotify pkgver=0.7.4 pkgrel=0 pkgdesc="Desktop notification library" url="http://library.gnome.org/devel/notification-spec/" arch="all" license="LGPL" subpackages="$pkgname-dev $pkgname-doc" depends= depends_dev="gdk-pixbuf-dev glib-dev dbus-dev" makedepends="$depends_dev gtk+3.0-dev" source="http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" ./configure --prefix=/usr --disable-static || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" -name '*.la' -delete } md5sums="5475de4675b87d56c5e8b04a8ac6cc56 libnotify-0.7.4.tar.bz2"