[arch-commits] Commit in libgdiplus/repos/extra-i686 (PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Mon Oct 13 18:48:46 UTC 2008


    Date: Monday, October 13, 2008 @ 14:48:46
  Author: daniel
Revision: 15404

delete because of conflict

Deleted:
  libgdiplus/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   26 --------------------------
 1 file changed, 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-13 18:39:31 UTC (rev 15403)
+++ PKGBUILD	2008-10-13 18:48:46 UTC (rev 15404)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: tobias at archlinux.org
-
-pkgname=libgdiplus
-pkgver=1.9
-pkgrel=1
-pkgdesc="An Open Source Implementation of the GDI+ API"
-arch=(i686 x86_64)
-license=('MPL' 'LGPL')
-url="http://www.mono-project.com"
-depends=('libtiff' 'cairo>=1.4.10' 'libungif' 'glib2>=2.14.0' 'libexif')
-makedepends=('automake' 'pkgconfig')
-options=('!libtool')
-source=(http://go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('939f65903ea385ae1dc9bf0098669838')
-
-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