[arch-commits] Commit in aspell-ru/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Saturday, April 4, 2009 @ 14:46:00
  Author: eric
Revision: 33732

Fixed svn conflict

Modified:
  aspell-ru/repos/extra-x86_64/	(properties)
  aspell-ru/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


Property changes on: aspell-ru/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /aspell-ru/trunk:1
   + /aspell-ru/trunk:1-33731

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-04 18:44:14 UTC (rev 33731)
+++ extra-x86_64/PKGBUILD	2009-04-04 18:46:00 UTC (rev 33732)
@@ -4,18 +4,19 @@
 
 pkgname=aspell-ru
 pkgver=0.99f7
-pkgrel=1
+pkgrel=2
 pkgdesc="Russian dictionary for aspell"
-arch=(i686 x86_64)
-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