Date: Monday, May 25, 2015 @ 21:40:44 Author: demize Revision: 134072
aspell-el: Move from AUR Added: aspell-el/ aspell-el/repos/ aspell-el/trunk/ aspell-el/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: aspell-el/trunk/PKGBUILD =================================================================== --- aspell-el/trunk/PKGBUILD (rev 0) +++ aspell-el/trunk/PKGBUILD 2015-05-25 19:40:44 UTC (rev 134072) @@ -0,0 +1,29 @@ +# Maintainer: Johannes Löthberg <[email protected]> +# Contributor: birdflesh <antkoul at gmail dot com> +# Contributor: Simo Leone <[email protected]> + +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 +} Property changes on: aspell-el/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
