[arch-commits] Commit in (4 files)

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


    Date: Sunday, December 8, 2013 @ 10:19:00
  Author: giovanni
Revision: 102315

extra2community: Moving aspell-it from extra to community

Added:
  aspell-it/
  aspell-it/repos/
  aspell-it/trunk/
  aspell-it/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: aspell-it/trunk/PKGBUILD
===================================================================
--- aspell-it/trunk/PKGBUILD	                        (rev 0)
+++ aspell-it/trunk/PKGBUILD	2013-12-08 09:19:00 UTC (rev 102315)
@@ -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
+}


Property changes on: aspell-it/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list