summaryrefslogtreecommitdiff
path: root/community/aspell-pl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/aspell-pl
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/aspell-pl')
-rw-r--r--community/aspell-pl/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/community/aspell-pl/PKGBUILD b/community/aspell-pl/PKGBUILD
new file mode 100644
index 000000000..fb512bfd4
--- /dev/null
+++ b/community/aspell-pl/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 93578 2013-07-05 19:42:56Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
+# Contributor: Arkadiusz Laczynski <alaczynski@gmail.com>
+
+pkgname=aspell-pl
+pkgver=20130705
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('i686' 'x86_64')
+url="http://www.sjp.pl/slownik/en/"
+license=('GPL' 'LGPL' 'MPL')
+depends=('aspell')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('977708b770709d55909b23be2851af10')
+
+build() {
+ cd aspell6-pl-6.0_$pkgver-0
+ ./configure
+ make
+}
+
+package() {
+ cd aspell6-pl-6.0_$pkgver-0
+ make DESTDIR="$pkgdir" install
+}