summaryrefslogtreecommitdiff
path: root/community/aspell-cs/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/aspell-cs/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/aspell-cs/PKGBUILD')
-rw-r--r--community/aspell-cs/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/aspell-cs/PKGBUILD b/community/aspell-cs/PKGBUILD
deleted file mode 100644
index 1e409e7bc..000000000
--- a/community/aspell-cs/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 67108 2012-03-04 12:33:51Z stativ $
-# Maintainer: Jaroslav Lichtblau <tu@dragonlord.cz>
-# Contributor: Michal Karas <largon@largon.net>
-
-pkgname=aspell-cs
-pkgver=20040614
-pkgrel=6
-pkgdesc="Czech dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/"
-license=('GPL')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-$pkgver-1.tar.bz2)
-md5sums=('50f0c2b7b6fcfe47bb647ad8993d2fe8')
-
-build() {
- cd "$srcdir"/aspell6-cs-$pkgver-1
-
- ./configure
- make
-}
-
-package() {
- cd "$srcdir"/aspell6-cs-$pkgver-1
-
- make DESTDIR="$pkgdir" install
-}