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

# source: james
TARBALL=inotify-tools-2015.09.tar.bz2
MD5SUM=7715f62fa185893365d93714c0f3c04e
#SRC_URL=http://github.com/downloads/rvoicilas/inotify-tools/$TARBALL
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="inotify-tools: inotify-tools $PKGVER (inotify utilities)  
inotify-tools:  
inotify-tools: inotify-tools is a C library and a set of command-line programs 
inotify-tools: for Linux providing a simple interface to inotify. These 
inotify-tools: programs can be used to monitor and act upon filesystem events. 
inotify-tools:  
inotify-tools: 
inotify-tools: 
inotify-tools: 
inotify-tools: 
inotify-tools:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### pkg_build
pkg_build() {
	cd /tmp/inotify-tools*
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


