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

Eric Bélanger eric at archlinux.org
Mon Mar 30 02:56:08 UTC 2009


    Date: Sunday, March 29, 2009 @ 22:56:08
  Author: eric
Revision: 32294

upgpkg: aspell-en 6.0-2
    Added arch tag, Added license, Added aspell depends

Modified:
  aspell-en/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-30 02:53:59 UTC (rev 32293)
+++ PKGBUILD	2009-03-30 02:56:08 UTC (rev 32294)
@@ -4,17 +4,19 @@
 
 pkgname=aspell-en
 pkgver=6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="English dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('custom')
 depends=('aspell')
-url="http://aspell.net/"
 source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2)
 md5sums=('16449e0a266e1ecc526b2f3cd39d4bc2')
 
 build() {
-  cd $startdir/src/aspell6-en-$pkgver-0
-  ./configure
-  /usr/bin/make || return 1
-  /usr/bin/make DESTDIR=$startdir/pkg install
+  cd $srcdir/aspell6-en-$pkgver-0
+  ./configure || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
 }
-# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list