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

Andrea Scarpino andrea at archlinux.org
Wed Jan 5 01:09:49 UTC 2011


    Date: Tuesday, January 4, 2011 @ 20:09:48
  Author: andrea
Revision: 104835

upgpkg: aspell-nl 0.50-5
use package(); arch can be any

Modified:
  aspell-nl/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-05 01:08:03 UTC (rev 104834)
+++ PKGBUILD	2011-01-05 01:09:48 UTC (rev 104835)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Simo Leone <simo at archlinux.org>
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=aspell-nl
 pkgver=0.50
-pkgrel=4
+pkgrel=5
 pkgdesc="Dutch dictionary for aspell"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://aspell.net/"
 license=('custom')
 depends=('aspell')
@@ -15,8 +16,13 @@
 
 build() {
   cd $srcdir/$pkgname-0.50-2
-  ./configure || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-0.50-2
+  make DESTDIR=$pkgdir install
+
   install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list