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

# source: james
TARBALL=inotify-tools-$PKGVER.tar.gz
MD5SUM=065d1646f6af5c1ef5a993b8e240cfbc
SRC_URL=https://github.com/rvoicilas/inotify-tools/archive/${PKGVER}.tar.gz
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
}


