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

Eric Bélanger eric at archlinux.org
Sat Apr 4 18:31:29 UTC 2009


    Date: Saturday, April 4, 2009 @ 14:31:29
  Author: eric
Revision: 33724

upgpkg: aspell-pt 20080707-1
    Upstream update, Added arch tag, Added license

Modified:
  aspell-pt/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-04 18:28:04 UTC (rev 33723)
+++ PKGBUILD	2009-04-04 18:31:29 UTC (rev 33724)
@@ -3,19 +3,25 @@
 # Contributor: jlvsimoes <jlvsimoes at oninet.pt>
 
 pkgname=aspell-pt
-pkgver=0.50
-pkgrel=3
+pkgver=20080707
+pkgrel=1
 pkgdesc="Portuguese dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('LGPL' 'GPL')
 depends=('aspell')
-url="http://aspell.net/"
-license=('GPL2')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt/$pkgname-$pkgver-2.tar.bz2)
-md5sums=('e4e15179f90b76ec0336b687d1293edd')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-20080707-0.tar.bz2 \
+        ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/aspell6-pt_PT-20070510-0.tar.bz2)
+md5sums=('0c99d5c143fc15a951a1bc234230590c' 'a54267ce8f91de6e6a1baf1e8048cba0')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver-2
-  ./configure
-  /usr/bin/make || return 1
-  /usr/bin/make DESTDIR=$startdir/pkg install
+  cd $srcdir/aspell6-pt_BR-20080707-0
+  ./configure || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
+
+  cd $srcdir/aspell6-pt_PT-20070510-0
+  ./configure || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
 }
-# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list