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

Commit

Permalink
archrelease: copy trunk to extra-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@104827 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
andrea committed Jan 5, 2011
1 parent 74c5e75 commit 74ff357
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions aspell-en/repos/extra-any/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# $Id$
# Maintainer:
# Contributor: Simo Leone <[email protected]>
# Contributor: Sarah Hay <[email protected]>

pkgname=aspell-en
pkgver=6.0
pkgrel=3
pkgdesc="English dictionary for aspell"
arch=('any')
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 $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 74ff357

Please sign in to comment.