[arch-commits] CVS update of arch/build/office/doxygen (PKGBUILD)

Dan McGee dan at archlinux.org
Thu Jul 5 04:17:01 UTC 2007


    Date: Thursday, July 5, 2007 @ 00:17:01
  Author: dan
    Path: /home/cvs-arch/arch/build/office/doxygen

Modified: PKGBUILD (1.29 -> 1.30)

add makedepend and license


----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


Index: arch/build/office/doxygen/PKGBUILD
diff -u arch/build/office/doxygen/PKGBUILD:1.29 arch/build/office/doxygen/PKGBUILD:1.30
--- arch/build/office/doxygen/PKGBUILD:1.29	Mon Apr  9 15:26:02 2007
+++ arch/build/office/doxygen/PKGBUILD	Thu Jul  5 00:17:00 2007
@@ -1,11 +1,13 @@
-# $Id: PKGBUILD,v 1.29 2007/04/09 19:26:02 andyrtr Exp $
+# $Id: PKGBUILD,v 1.30 2007/07/05 04:17:00 dan Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=doxygen
 pkgver=1.5.2
 pkgrel=1
 pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
+license=('GPL')
 arch=(i686 x86_64)
 depends=('gcc')
+makedepends=('flex')
 source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
 url="http://www.doxygen.org/"
 md5sums=('f2782e5bd31a7d10b092500bf0d96ae2')




More information about the arch-commits mailing list