Date: Monday, January 19, 2015 @ 18:36:51 Author: andrea Revision: 126238
extra2community: Moving aspell-ru from extra to community Added: aspell-ru/ aspell-ru/repos/ aspell-ru/trunk/ aspell-ru/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: aspell-ru/trunk/PKGBUILD =================================================================== --- aspell-ru/trunk/PKGBUILD (rev 0) +++ aspell-ru/trunk/PKGBUILD 2015-01-19 17:36:51 UTC (rev 126238) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: +# Contributor: Simo Leone <[email protected]> +# Contributor: Rouslan Solomakhin <[email protected]> + +pkgname=aspell-ru +pkgver=0.99f7 +pkgrel=6 +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 +} Property changes on: aspell-ru/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
