summaryrefslogtreecommitdiff
path: root/elements/foundation/rsync.bst
blob: 49a5ab1a264e39b533100ad44f67458616e91504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
kind: autotools
depends:
- coreutils-common.bst
sources:
- kind: git
  url: upstream:rsync
  track: v3.1.1
  ref: 7cb0de6326c915a72253fd103dae93308031ec3f
config:
  configure-commands:
  - ./configure --prefix="%{prefix}"
  build-commands:
  - make proto
  - make
  install-commands:
  - make -j1 DESTDIR="%{install-root}" install
  - install -D -m 644 packaging/systemd/rsync.service "%{install-root}%{prefix}"/lib/systemd/system/rsync.service