Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=095ac98f1a74540e712d03b24e02ff7a5e0378b2

commit 095ac98f1a74540e712d03b24e02ff7a5e0378b2
Author: Miklos Vajna <[email protected]>
Date:   Sat Jun 30 17:39:34 2012 +0000

doxygen-1.8.0-1-arm

- add arm to archs

diff --git a/source/devel-extra/doxygen/FrugalBuild 
b/source/devel-extra/doxygen/FrugalBuild
index 9924c14..781e979 100644
--- a/source/devel-extra/doxygen/FrugalBuild
+++ b/source/devel-extra/doxygen/FrugalBuild
@@ -7,9 +7,12 @@ pkgrel=1
pkgdesc="Doxygen is the documentation system for C/C++"
url="http://www.doxygen.org/";
depends=('libpng' 'libstdc++')
-makedepends=('texlive' 'ghostscript' 'graphviz')
+makedepends=('ghostscript' 'graphviz')
+if [ "$CARCH" != "arm" ]; then
+       makedepends=(${makedepends[@]} 'texlive')
+fi
groups=('devel-extra')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'arm')
up2date="lynx -dump http://www.stack.nl/~dimitri/doxygen/download.html|grep 
'latest'|sed 's/.* v\([^ ]*\) .*/\1/;q'"
source=(ftp://ftp.stack.nl/pub/users/dimitri/$pkgname-$pkgver.src.tar.gz)
sha1sums=('7f4348418dc3efefd357b32a2b5c8010211ab284')
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to