From dad234817ea1bf680ea06d43de15099c977ccf3d Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 4 Apr 2012 17:29:23 -0300 Subject: libre/aspell-pl-libre --- libre/aspell-pl-libre/PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'libre/aspell-pl-libre') 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 # Contributor: Arkadiusz Laczynski +# Contributor (Parabola): Jorge Lopez +_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 } -- cgit v1.2.3