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

Daniel Griffiths dgriffiths at archlinux.org
Tue Feb 9 20:50:39 UTC 2010


    Date: Tuesday, February 9, 2010 @ 15:50:39
  Author: dgriffiths
Revision: 67929

Move to splitpkg format

Modified:
  meld/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-09 20:46:37 UTC (rev 67928)
+++ PKGBUILD	2010-02-09 20:50:39 UTC (rev 67929)
@@ -1,13 +1,13 @@
-# $Id$
-# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=meld
 pkgver=1.3.1
 pkgrel=2
 pkgdesc="Visual diff and merge tool for GNOME"
-arch=(any)
+arch=('any')
+url="http://meld.sourceforge.net/"
 license=('GPL')
-url="http://meld.sourceforge.net/"
 depends=('pygtk>=2.16.0')
 makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool')
 optdepends=('pygtksourceview2' 'gnome-python')
@@ -15,7 +15,11 @@
 md5sums=('e153f8d8675659dd0e6563008d4d7b4a')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix=/usr || return 1
-  make prefix=/usr DESTDIR="${pkgdir}" install || return 1
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make prefix=/usr || return 1
 }
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make prefix=/usr DESTDIR=${pkgdir} install || return 1
+}




More information about the arch-commits mailing list