21 lines
497 B
Bash
21 lines
497 B
Bash
# Template file for 'wendy'
|
|
pkgname=wendy
|
|
version=1.0
|
|
revision=1
|
|
short_desc="Inotify based directory watcher"
|
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|
license="ISC"
|
|
homepage="http://git.z3bra.org/wendy/log.html"
|
|
distfiles="http://dl.z3bra.org/releases/${pkgname}-${version}.tar.bz2"
|
|
checksum=dbdccce31ec9ad52921a121ac0433f14b76cb103cddf363152c5f17f85f291d7
|
|
|
|
do_build() {
|
|
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|
|
|
|
do_install() {
|
|
vbin wendy
|
|
vman wendy.1
|
|
vlicense LICENSE
|
|
}
|