2014-12-25 14:40:49 +00:00
|
|
|
# Template file for 'mtree'
|
|
|
|
pkgname=mtree
|
|
|
|
version=1.0.2
|
2015-03-04 15:04:30 +00:00
|
|
|
revision=3
|
2014-12-25 14:40:49 +00:00
|
|
|
build_style=gnu-configure
|
2015-03-27 09:50:40 +00:00
|
|
|
makedepends="libressl-devel"
|
2014-12-25 14:40:49 +00:00
|
|
|
short_desc="Utility for creating and verifying file hierarchies"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
2015-02-24 09:31:54 +00:00
|
|
|
license="3-clause-BSD"
|
2014-12-25 14:40:49 +00:00
|
|
|
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
|
|
|
|
}
|