[arch-commits] Commit in aspell-it/repos (4 files)

Giovanni Scafora giovanni at nymeria.archlinux.org
Sun Dec 8 09:19:12 UTC 2013


    Date: Sunday, December 8, 2013 @ 10:19:12
  Author: giovanni
Revision: 102316

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

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

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: aspell-it/repos/community-i686/PKGBUILD (from rev 102315, aspell-it/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-12-08 09:19:12 UTC (rev 102316)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=aspell-it
+pkgver=2.2_20050523
+pkgrel=4
+pkgdesc="Italian dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('GPL')
+depends=('aspell')
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2")
+md5sums=('b1217299a0b67d1e121494d7ec18a88d')
+
+build() {
+  cd "${srcdir}/aspell6-it-${pkgver}-0"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/aspell6-it-${pkgver}-0"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: aspell-it/repos/community-x86_64/PKGBUILD (from rev 102315, aspell-it/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-12-08 09:19:12 UTC (rev 102316)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=aspell-it
+pkgver=2.2_20050523
+pkgrel=4
+pkgdesc="Italian dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('GPL')
+depends=('aspell')
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2")
+md5sums=('b1217299a0b67d1e121494d7ec18a88d')
+
+build() {
+  cd "${srcdir}/aspell6-it-${pkgver}-0"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/aspell6-it-${pkgver}-0"
+
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list