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

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


    Date: Sunday, March 29, 2009 @ 22:57:21
  Author: eric
Revision: 32295

Fixed svn conflict

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

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


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-30 02:56:08 UTC (rev 32294)
+++ extra-x86_64/PKGBUILD	2009-03-30 02:57:21 UTC (rev 32295)
@@ -4,18 +4,19 @@
 
 pkgname=aspell-en
 pkgver=6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="English dictionary for aspell"
-arch=(i686 x86_64)
+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