25 lines
		
	
	
		
			738 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			738 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Template file for 'csync'
 | |
| pkgname=csync
 | |
| version=0.50.0
 | |
| revision=1
 | |
| build_style=cmake
 | |
| configure_args="-DSYSCONF_INSTALL_DIR=/etc"
 | |
| conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf"
 | |
| hostmakedepends="cmake pkg-config"
 | |
| makedepends="sqlite-devel"
 | |
| short_desc="A client only bidirectional file synchronizer"
 | |
| maintainer="Diogo Leal <diogo@diogoleal.com>"
 | |
| license="GPL-2"
 | |
| homepage="http://csync.org"
 | |
| distfiles="http://git.csync.org/projects/csync.git/snapshot/csync-${version}.tar.bz2"
 | |
| checksum=72e95f6924ca01783afcfc9c68d416a50e0bec979cf4e1fc414df352210d6a0f
 | |
| 
 | |
| csync-devel_package() {
 | |
| 	short_desc+=" - development files"
 | |
| 	depends="${sourcepkg}>=${version}_${revision}"
 | |
| 	pkg_install() {
 | |
| 		vmove usr/include
 | |
| 		vmove usr/lib/*.so
 | |
| 	}
 | |
| }
 | 
