summaryrefslogtreecommitdiff
path: root/libre/aspell-pl-libre/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-07 12:29:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-07 12:29:46 -0300
commitfba1f9077f6d545ad97b66b10b62ff44425a3c68 (patch)
treebe05c977bb3fb4b75cfcce0e13493625adbe17f1 /libre/aspell-pl-libre/PKGBUILD
parent730bda0e79d3e122d665663a18e0c973d7209236 (diff)
parent3a9ddbf363ba691ca209ad36485390d14ba3b46f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: libre/abs-libre/PKGBUILD libre/icecat/PKGBUILD libre/libretools/PKGBUILD libre/linux-libre/PKGBUILD libre/mplayer-libre/PKGBUILD libre/pacman/0001-makepkg-fix-removing-symbolic-link.patch libre/pacman/PKGBUILD libre/python2-libre/PKGBUILD
Diffstat (limited to 'libre/aspell-pl-libre/PKGBUILD')
-rw-r--r--libre/aspell-pl-libre/PKGBUILD33
1 files changed, 33 insertions, 0 deletions
diff --git a/libre/aspell-pl-libre/PKGBUILD b/libre/aspell-pl-libre/PKGBUILD
new file mode 100644
index 000000000..f932a95d1
--- /dev/null
+++ b/libre/aspell-pl-libre/PKGBUILD
@@ -0,0 +1,33 @@
+# Parabola maintainer: Michał Masłowski <mtjm@mtjm.eu>
+# $Id: PKGBUILD 43278 2011-03-24 13:25:37Z andrea $
+# Maintainer: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
+# Contributor: Arkadiusz Laczynski <alaczynski@gmail.com>
+
+pkgname=aspell-pl-libre
+pkgver=20110907
+pkgrel=1
+pkgdesc="Polish dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://www.sjp.pl/slownik/en/"
+license=('GPL' 'LGPL' 'MPL')
+depends=('aspell')
+replaces=('aspell-pl')
+conflicts=('aspell-pl')
+provides=('aspell-pl')
+_sourcename=sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2
+source=("http://repo.parabolagnulinux.org/other/${_sourcename}")
+md5sums=('e1bb7627b553666ff6703bfbc3528c1a')
+
+# Upstream publishes only the newest daily snapshot of the source, so
+# we need to mirror it.
+mksource() {
+ [ -f ${_sourcename} ] || wget http://sjp.pl/slownik/ort/${_sourcename}
+}
+
+build() {
+ cd "$srcdir/aspell6-pl-6.0_$pkgver-0"
+
+ ./configure
+ make
+ make DESTDIR="$pkgdir" install
+}