librsync: update to 2.0.0.
This commit is contained in:
parent
938a604f18
commit
6b8d681554
|
@ -1,28 +1,27 @@
|
||||||
# Template file for 'librsync'
|
# Template file for 'librsync'
|
||||||
pkgname=librsync
|
pkgname=librsync
|
||||||
version=1.0.0
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
configure_args="--enable-shared"
|
hostmakedepends="cmake perl"
|
||||||
hostmakedepends="automake libtool"
|
|
||||||
makedepends="zlib-devel bzip2-devel popt-devel"
|
makedepends="zlib-devel bzip2-devel popt-devel"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://librsync.sourceforge.net/"
|
homepage="http://librsync.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
short_desc="A library that implements the rsync remote-delta algorithm (rdiff)"
|
short_desc="A library that implements the rsync remote-delta algorithm (rdiff)"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=2195998516960ce84d93f88ee3bfd92f430a16cdba4b5d34560a39fa13fcafd9
|
checksum=b5c4dd114289832039397789e42d4ff0d1108ada89ce74f1999398593fae2169
|
||||||
|
|
||||||
pre_configure() {
|
post_install() {
|
||||||
./autogen.sh
|
vman doc/rdiff.1
|
||||||
}
|
}
|
||||||
|
|
||||||
librsync-devel_package() {
|
librsync-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
vmove usr/share/man/man3
|
vman doc/librsync.3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue