From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/aspell-ru/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 extra/aspell-ru/PKGBUILD (limited to 'extra/aspell-ru') diff --git a/extra/aspell-ru/PKGBUILD b/extra/aspell-ru/PKGBUILD new file mode 100644 index 000000000..23b286b01 --- /dev/null +++ b/extra/aspell-ru/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 106233 2011-01-15 15:11:50Z andrea $ +# Maintainer: +# Contributor: Simo Leone +# Contributor: Rouslan Solomakhin + +pkgname=aspell-ru +pkgver=0.99f7 +pkgrel=4 +pkgdesc="Russian dictionary for aspell" +arch=('i686' 'x86_64') #We cannot use 'any' see FS#22443 +url="http://aspell.net/" +license=('custom') +depends=('aspell') +source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2) +md5sums=('c4c98eaa5e77ad3adccbc5c96cb57cb3') + +build() { + cd $srcdir/aspell6-ru-$pkgver-1 + ./configure + make +} + +package() { + cd $srcdir/aspell6-ru-$pkgver-1 + make DESTDIR=$pkgdir install + + install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE +} -- cgit v1.2.3-54-g00ecf