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

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


    Date: Sunday, March 29, 2009 @ 22:52:25
  Author: eric
Revision: 32292

upgpkg: aspell-el 0.50-4
    Added arch tag, Added license

Modified:
  aspell-el/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-30 02:21:38 UTC (rev 32291)
+++ PKGBUILD	2009-03-30 02:52:25 UTC (rev 32292)
@@ -3,18 +3,18 @@
 
 pkgname=aspell-el
 pkgver=0.50
-pkgrel=3
+pkgrel=4
 pkgdesc="Greek dictionary for aspell."
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('GPL')
 depends=('aspell')
-url="http://aspell.net/"
-license=('GPL2')
 source=(ftp://ftp.gnu.org/gnu/aspell/dict/el/$pkgname-0.50-3.tar.bz2)
 md5sums=('0ea2c42ceb9b91f7f5de2c017234ad37')
 
 build() {
-  cd $startdir/src/$pkgname-0.50-3
-  ./configure
-  /usr/bin/make || return 1
-  /usr/bin/make DESTDIR=$startdir/pkg install
+  cd $srcdir/$pkgname-0.50-3
+  ./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