1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
13 lines
487 B
Bash
13 lines
487 B
Bash
# Template file for 'zbackup'
|
|
pkgname=zbackup
|
|
version=1.4.1
|
|
revision=3
|
|
build_style=cmake
|
|
hostmakedepends="cmake protobuf"
|
|
makedepends="zlib-devel liblzma-devel protobuf-devel libressl-devel lzo-devel"
|
|
short_desc="A versatile deduplicating backup tool"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://zbackup.org/"
|
|
distfiles="https://github.com/zbackup/zbackup/archive/${version}.tar.gz"
|
|
checksum=a76d4cec6e027462c680ef1bbd143ad4c7d55a160a1474928d8caa792b13fac9
|