[arch-commits] Commit in aspell-ru/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Apr 4 18:44:14 UTC 2009
Date: Saturday, April 4, 2009 @ 14:44:14
Author: eric
Revision: 33731
upgpkg: aspell-ru 0.99f7-2
Added arch tag, Added license
Modified:
aspell-ru/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-04 18:42:00 UTC (rev 33730)
+++ PKGBUILD 2009-04-04 18:44:14 UTC (rev 33731)
@@ -4,17 +4,19 @@
pkgname=aspell-ru
pkgver=0.99f7
-pkgrel=1
+pkgrel=2
pkgdesc="Russian dictionary for aspell"
-depends=(aspell)
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('custom')
+depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2)
-url="http://aspell.net/"
md5sums=('c4c98eaa5e77ad3adccbc5c96cb57cb3')
build() {
- cd $startdir/src/aspell6-ru-$pkgver-1
- ./configure
- /usr/bin/make || return 1
- /usr/bin/make DESTDIR=$startdir/pkg install
+ cd $srcdir/aspell6-ru-$pkgver-1
+ ./configure || return 1
+ make || return 1
+ make DESTDIR=$pkgdir install || return 1
+ install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
-# vim: ts=2 sw=2 et ft=sh
More information about the arch-commits
mailing list