mtree: update distfiles/fix update check
This commit is contained in:
parent
4edbaa7b62
commit
4fa76f6197
2 changed files with 9 additions and 4 deletions
|
@ -2,14 +2,20 @@
|
|||
pkgname=mtree
|
||||
version=1.0.2
|
||||
revision=5
|
||||
wrksrc="${pkgname}-port-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
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
|
||||
homepage="https://github.com/archiecobbs/mtree-port/"
|
||||
distfiles="https://github.com/archiecobbs/mtree-port/archive/${version}.tar.gz"
|
||||
checksum=c74d23c658fb4c362092e89b5b20de8f979b48e063f297f7e7ef4658e1797c1d
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc/packages/mtree
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
site="https://code.google.com/p/mtree-port/wiki/Downloads?tm=2"
|
Loading…
Reference in a new issue