summaryrefslogtreecommitdiff
path: root/libre/aspell-pl-libre/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-04-10 14:26:31 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-04-10 14:26:31 -0300
commit0281f473276b0a6278686a8ecaaf10b39f1d3828 (patch)
tree5556a86c4d8c5c7d687aeadbec48ca5a1ce19d7b /libre/aspell-pl-libre/PKGBUILD
parent331d47322498c7ea36f5535c566eecd0e82a8916 (diff)
parent3db2f39f6ac41f10a4aabe33b4d4ee7b97a9fbef (diff)
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre/aspell-pl-libre/PKGBUILD')
-rw-r--r--libre/aspell-pl-libre/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/libre/aspell-pl-libre/PKGBUILD b/libre/aspell-pl-libre/PKGBUILD
index f932a95d1..6da90e449 100644
--- a/libre/aspell-pl-libre/PKGBUILD
+++ b/libre/aspell-pl-libre/PKGBUILD
@@ -2,9 +2,11 @@
# $Id: PKGBUILD 43278 2011-03-24 13:25:37Z andrea $
# Maintainer: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Arkadiusz Laczynski <alaczynski@gmail.com>
+# Contributor (Parabola): Jorge Lopez <jorginho@adinet.com.uy>
+_pkgname=aspell-pl
pkgname=aspell-pl-libre
-pkgver=20110907
+pkgver=20111117
pkgrel=1
pkgdesc="Polish dictionary for aspell"
arch=('i686' 'x86_64')
@@ -14,20 +16,18 @@ 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}
-}
+source=("ftp://ftp.archlinux.org/other/community/$_pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2")
+md5sums=('27aa9ca734d7049238399c279c5417fb')
build() {
cd "$srcdir/aspell6-pl-6.0_$pkgver-0"
./configure
make
+}
+
+package() {
+ cd "$srcdir/aspell6-pl-6.0_$pkgver-0"
+
make DESTDIR="$pkgdir" install
}