[arch-commits] Commit in aspell-it/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Apr 4 18:22:42 UTC 2009
Date: Saturday, April 4, 2009 @ 14:22:42
Author: eric
Revision: 33716
upgpkg: aspell-it 2.2_20050523-1
Upstream update, Added arch tag
Modified:
aspell-it/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-04 18:22:31 UTC (rev 33715)
+++ PKGBUILD 2009-04-04 18:22:42 UTC (rev 33716)
@@ -3,19 +3,19 @@
# Contributor: Eric Johnson <eric at coding-zone.com>
pkgname=aspell-it
-pkgver=0.53.0
-pkgrel=2
+pkgver=2.2_20050523
+pkgrel=1
pkgdesc="Italian dictionary for aspell"
-depends=('aspell')
+arch=('i686' 'x86_64')
url="http://aspell.net/"
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/it/$pkgname-0.53-0.tar.bz2)
license=('GPL2')
-md5sums=('ab3cce02bf8bfdf4116f9f7e602cf4b7')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-$pkgver-0.tar.bz2)
+md5sums=('b1217299a0b67d1e121494d7ec18a88d')
build() {
- cd $startdir/src/$pkgname-0.53-0
- ./configure
- /usr/bin/make || return 1
- /usr/bin/make DESTDIR=$startdir/pkg install
+ cd $srcdir/aspell6-it-$pkgver-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