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

daniel at archlinux.org daniel at archlinux.org
Sat May 31 19:41:28 UTC 2008


    Date: Saturday, May 31, 2008 @ 15:41:28
  Author: daniel
Revision: 2316

fixed FS#10548

Modified:
  libgdiplus/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-31 19:28:56 UTC (rev 2315)
+++ PKGBUILD	2008-05-31 19:41:28 UTC (rev 2316)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: tobias at archlinux.org
+# Maintainer: daniel at archlinux.org
 
 pkgname=libgdiplus
 pkgver=1.9
@@ -16,10 +16,6 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  libtoolize --force --copy
-  aclocal
-  autoconf
-  automake
   ./configure --prefix=/usr --with-cairo=system
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1





More information about the arch-commits mailing list