* update rsync to 3.2.7-4
This commit is contained in:
parent
fd00fe9cde
commit
cd23f37395
@ -4,7 +4,7 @@
|
|||||||
pkgname=rsync
|
pkgname=rsync
|
||||||
_tag='b13e7a8ef4fa430223f66403506fb821caae5cfd' # git rev-parse v${pkgver}
|
_tag='b13e7a8ef4fa430223f66403506fb821caae5cfd' # git rev-parse v${pkgver}
|
||||||
pkgver=3.2.7
|
pkgver=3.2.7
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc='A fast and versatile file copying tool for remote and local files'
|
pkgdesc='A fast and versatile file copying tool for remote and local files'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url='https://rsync.samba.org/'
|
url='https://rsync.samba.org/'
|
||||||
@ -51,6 +51,7 @@ build() {
|
|||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
|
--with-rrsync \
|
||||||
--with-included-popt=no \
|
--with-included-popt=no \
|
||||||
--with-included-zlib=no
|
--with-included-zlib=no
|
||||||
make
|
make
|
||||||
@ -71,5 +72,4 @@ package() {
|
|||||||
install -Dm0644 packaging/systemd/rsync.service "$pkgdir/usr/lib/systemd/system/rsyncd.service"
|
install -Dm0644 packaging/systemd/rsync.service "$pkgdir/usr/lib/systemd/system/rsyncd.service"
|
||||||
install -Dm0644 packaging/systemd/rsync.socket "$pkgdir/usr/lib/systemd/system/rsyncd.socket"
|
install -Dm0644 packaging/systemd/rsync.socket "$pkgdir/usr/lib/systemd/system/rsyncd.socket"
|
||||||
install -Dm0644 packaging/systemd/rsync@.service "$pkgdir/usr/lib/systemd/system/rsyncd@.service"
|
install -Dm0644 packaging/systemd/rsync@.service "$pkgdir/usr/lib/systemd/system/rsyncd@.service"
|
||||||
install -Dm0755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user