From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/aspell-ca/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 community/aspell-ca/PKGBUILD (limited to 'community/aspell-ca/PKGBUILD') diff --git a/community/aspell-ca/PKGBUILD b/community/aspell-ca/PKGBUILD new file mode 100644 index 000000000..4b3d2ebe1 --- /dev/null +++ b/community/aspell-ca/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 74578 2012-07-30 19:39:10Z jlichtblau $ +#Maintainer: Jaroslav Lichtblau +#Contributor: Angel 'angvp' Velasquez + +pkgname=aspell-ca +pkgver=2.3.0 +pkgrel=1 +pkgdesc="Catalan dictionary for aspell" +arch=('i686' 'x86_64') +url="http://aspell.net/" +license=('GPL2') +depends=('aspell') +source=(http://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2) +sha256sums=('61db978261c9edabadf9d247fdbecac284ee92980b1aea478f72facaae950c52') + +build() { + cd aspell6-ca-${pkgver} + + ./configure + make +} + +package() { + cd aspell6-ca-${pkgver} + + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf