librsync: add zlib/bzip2 support.

This commit is contained in:
Juan RP 2015-01-03 09:54:35 +01:00
parent 97aae03395
commit b1e9bb8340

View file

@ -1,10 +1,10 @@
# Template file for 'librsync'
pkgname=librsync
version=0.9.7
revision=3
revision=4
build_style=gnu-configure
configure_args="--enable-shared"
makedepends="popt-devel"
makedepends="zlib-devel bzip2-devel popt-devel"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://librsync.sourceforge.net/"
license="LGPL-2.1"