From d8631ea009bd101fc9f9d55bd7320fbc033eeb05 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 29 Dec 2016 09:49:01 +0000 Subject: [PATCH] astyle: update to 2.06. --- srcpkgs/astyle/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/astyle/template b/srcpkgs/astyle/template index 6d3afe93ef4..059f90a3839 100644 --- a/srcpkgs/astyle/template +++ b/srcpkgs/astyle/template @@ -1,7 +1,7 @@ # Template file for 'astyle' pkgname=astyle -version=2.05.1 -revision=2 +version=2.06 +revision=1 wrksrc="$pkgname" build_wrksrc="build/gcc" build_style=gnu-makefile @@ -10,10 +10,11 @@ maintainer="Juan RP " license="LGPL-3" homepage="http://astyle.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version}_linux.tar.gz" -checksum=fbdfc6f1966a972d19a215927266c76d4183eee235ed1e2bd7ec551c2a270eac +checksum=3b7212210dc139e8f648e004b758c0be1b3ceb1694b22a879202d2b833db7c7e do_install() { - vinstall bin/astyle 755 usr/bin - vmkdir usr/share/doc/html/astyle - install -m644 ../../doc/*.html ${DESTDIR}/usr/share/doc/html/astyle + vbin bin/astyle + for f in ../../doc/*.html; do + vdoc $f + done }