summaryrefslogtreecommitdiff
path: root/community/aspell-ca/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/aspell-ca/PKGBUILD')
-rw-r--r--community/aspell-ca/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/aspell-ca/PKGBUILD b/community/aspell-ca/PKGBUILD
deleted file mode 100644
index 4b3d2ebe1..000000000
--- a/community/aspell-ca/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 74578 2012-07-30 19:39:10Z jlichtblau $
-#Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-#Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-
-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
-}