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

# source: james
TARBALL=lsyncd-2.1.5.tar.gz
MD5SUM=fb10547494ec5ec662fe88343047c364
SRC_URL=https://lsyncd.googlecode.com/files/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC='lsyncd: lsyncd 2.1.5 (Filesystem mirroring)  
lsyncd:  
lsyncd: Lsyncd watches a local directory trees event monitor interface 
lsyncd: (inotify or fsevents). It aggregates and combines events for a few 
lsyncd: seconds and then spawns one (or more) process(es) to synchronize the 
lsyncd: changes. By default this is rsync. Lsyncd is thus a light-weight live 
lsyncd: mirror solution that is comparatively easy to install not requiring 
lsyncd: new filesystems or blockdevices and does not hamper local filesystem.  
lsyncd: 
lsyncd: 
lsyncd: https://code.google.com/p/lsyncd/
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
