New package: clsync-0.4.1
This commit is contained in:
parent
15a4020faf
commit
3a7a71e2d3
1 changed files with 18 additions and 0 deletions
18
srcpkgs/clsync/template
Normal file
18
srcpkgs/clsync/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
:q# Template file for 'clsync'
|
||||
pkgname=clsync
|
||||
version=0.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
only_for_archs="x86_64 i686"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="glib-devel"
|
||||
short_desc="File live sync daemon based on inotify/kqueue/bsm"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://ut.mephi.ru/oss/clsync"
|
||||
distfiles="https://github.com/xaionaro/clsync/archive/v${version}.tar.gz"
|
||||
checksum=3f14a72d7c3c1747ea908e373f25bd1918ce00450492fbb7094549db6bf21e27
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -i
|
||||
}
|
Loading…
Reference in a new issue