Date: Monday, January 19, 2015 @ 18:36:59
  Author: andrea
Revision: 126239

archrelease: copy trunk to community-i686, community-x86_64

Added:
  aspell-ru/repos/community-i686/
  aspell-ru/repos/community-i686/PKGBUILD
    (from rev 126238, aspell-ru/trunk/PKGBUILD)
  aspell-ru/repos/community-x86_64/
  aspell-ru/repos/community-x86_64/PKGBUILD
    (from rev 126238, aspell-ru/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: aspell-ru/repos/community-i686/PKGBUILD (from rev 126238, 
aspell-ru/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-01-19 17:36:59 UTC (rev 126239)
@@ -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
+}

Copied: aspell-ru/repos/community-x86_64/PKGBUILD (from rev 126238, 
aspell-ru/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-19 17:36:59 UTC (rev 126239)
@@ -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
+}

Reply via email to