void-packages/srcpkgs/mtree/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
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.
2015-03-27 10:59:58 +01:00

17 lines
577 B
Bash

# Template file for 'mtree'
pkgname=mtree
version=1.0.2
revision=3
build_style=gnu-configure
makedepends="libressl-devel"
short_desc="Utility for creating and verifying file hierarchies"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="3-clause-BSD"
homepage="https://code.google.com/p/mtree-port/"
distfiles="https://s3.amazonaws.com/archie-public/mtree-port/${pkgname}-${version}.tar.gz"
checksum=f69b8f249fac99cc97fd401c7d1d2539128231cbc49c2252c4868b441bbb403b
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/packages/mtree
vlicense COPYING LICENSE
}