librsync: modernize and take maintainership.
This commit is contained in:
parent
6fc2129464
commit
97aae03395
1 changed files with 16 additions and 14 deletions
|
@ -1,22 +1,24 @@
|
|||
# Template file for 'librsync'
|
||||
pkgname=librsync
|
||||
version=0.9.7
|
||||
revision=2
|
||||
distfiles="${SOURCEFORGE_SITE}/librsync/${version}/librsync-${version}.tar.gz"
|
||||
checksum="6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6"
|
||||
build_style="gnu-configure"
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared"
|
||||
makedepends="popt-devel"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://librsync.sourceforge.net/"
|
||||
license="GPL"
|
||||
short_desc="A free software library that implements the rsync remote-delta algorithm (rdiff)"
|
||||
license="LGPL-2.1"
|
||||
short_desc="A library that implements the rsync remote-delta algorithm (rdiff)"
|
||||
distfiles="${SOURCEFORGE_SITE}/librsync/${version}/librsync-${version}.tar.gz"
|
||||
checksum=6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6
|
||||
|
||||
librsync-devel_package() {
|
||||
short_desc+=" - Development files"
|
||||
depends="librsync-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue