[arch-commits] Commit in aspell-el/repos (community-any community-any/PKGBUILD)

Johannes Löthberg demize at archlinux.org
Mon May 25 19:47:11 UTC 2015


    Date: Monday, May 25, 2015 @ 21:47:11
  Author: demize
Revision: 134073

archrelease: copy trunk to community-any

Added:
  aspell-el/repos/community-any/
  aspell-el/repos/community-any/PKGBUILD
    (from rev 134072, aspell-el/trunk/PKGBUILD)

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

Copied: aspell-el/repos/community-any/PKGBUILD (from rev 134072, aspell-el/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-05-25 19:47:11 UTC (rev 134073)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Simo Leone <simo at archlinux.org>
+
+pkgname=aspell-el
+pkgver=0.08
+pkgrel=1
+
+pkgdesc="Greek dictionary for aspell"
+url="http://elspell.math.upatras.gr/"
+arch=('any')
+license=('GPL')
+
+depends=('aspell')
+
+source=("http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2")
+
+md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
+
+build() {
+  cd aspell6-el-"$pkgver"-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-el-"$pkgver"-0
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list