### this file is sourced not run
PKGVER=0.7.7
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 8.0 2017-08-14
TARBALL=libnotify-0.7.7.tar.xz
MD5SUM=e9d911f6a22435e0b922f2fe71212b59
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/libnotify/0.7/$TARBALL
BUNDLE=

SLACKREQ='gtk3'
SLACKDESC='libnotify: libnotify 0.7.7 (Desktop notification library)  
libnotify:  
libnotify: The libnotify library is used to send desktop notifications to a 
libnotify: notification daemon, as defined in the Desktop Notifications spec. 
libnotify: These notifications can be used to inform the user about an event 
libnotify: or display some form of information without getting in the user'\''s 
libnotify: way.  
libnotify: 
libnotify: 
libnotify: 
libnotify:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}


