[arch-commits] Commit in doxygen/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri May 30 03:29:20 UTC 2008


    Date: Thursday, May 29, 2008 @ 23:29:20
  Author: eric
Revision: 2245

upgpkg: doxygen 1.5.6-1
    FSH man pages

Modified:
  doxygen/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-30 03:27:13 UTC (rev 2244)
+++ PKGBUILD	2008-05-30 03:29:20 UTC (rev 2245)
@@ -12,13 +12,13 @@
 makedepends=('flex' 'qt3')
 install=doxygen.install
 source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('779974eedf011ed52e1fe21fc2d5079c')
 
 build() {
   . /etc/profile.d/qt3.sh
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix /usr --with-doxywizard
   make || return 1
-  make INSTALL=${startdir}/pkg/usr install
+  make INSTALL=${startdir}/pkg/usr MAN1DIR=share/man/man1 install
 }
 
-md5sums=('779974eedf011ed52e1fe21fc2d5079c')





More information about the arch-commits mailing list