Skip to content

Commit

Permalink
Merged revisions 356,32294 via svnmerge from
Browse files Browse the repository at this point in the history
svn+ssh://svn.archlinux.org/srv/svn-packages/aspell-en/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r32294 | eric | 2009-03-29 22:56:08 -0400 (Sun, 29 Mar 2009) | 2 lines
  
  upgpkg: aspell-en 6.0-2
      Added arch tag, Added license, Added aspell depends
........


git-svn-id: file:///srv/repos/svn-packages/svn@32299 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eric committed Mar 30, 2009
1 parent abd6c1c commit 85bef3f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions aspell-en/repos/extra-i686/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@

pkgname=aspell-en
pkgver=6.0
pkgrel=1
pkgrel=2
pkgdesc="English 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/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

0 comments on commit 85bef3f

Please sign in to comment.