Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to extra-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@109834 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eric committed Feb 13, 2011
1 parent ea6d83c commit a6fea29
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions aspell-en/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# $Id$

pkgname=aspell-en
pkgver=7.1
pkgrel=1
pkgdesc="English dictionary for 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=('beba5e8f3afd3ed1644653bb685b2dfb')
sha1sums=('d45ccda0c03e2a679c2936487ec851a1896b8150')

build() {
cd "$srcdir/aspell6-en-$pkgver-0"
./configure
make
}

package() {
cd "$srcdir/aspell6-en-$pkgver-0"
make DESTDIR="$pkgdir" install

install -D -m644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

0 comments on commit a6fea29

Please sign in to comment.