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

daniel at archlinux.org daniel at archlinux.org
Mon Oct 13 21:15:57 UTC 2008


    Date: Monday, October 13, 2008 @ 17:15:56
  Author: daniel
Revision: 15414

add missing PKGBUILD

Added:
  libgdiplus/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2008-10-13 21:15:56 UTC (rev 15414)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 15386 2008-10-13 16:29:55Z daniel $
+# Maintainer: daniel at archlinux.org
+
+pkgname=libgdiplus
+pkgver=2.0
+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.6.4' 'giflib' 'glib2>=2.18.0' 'libexif')
+makedepends=('automake' 'pkgconfig')
+options=('!libtool')
+source=(http://go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dc732fb2d996b54405c27645cb8642d9')
+
+build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-cairo=system
+  make || return 1
+  make DESTDIR=${startdir}/pkg install || return 1
+}




More information about the arch-commits mailing list