Date: Tuesday, May 26, 2015 @ 21:09:08 Author: demize Revision: 134188
aspell-sv: Move from the AUR Added: aspell-sv/ aspell-sv/repos/ aspell-sv/trunk/ aspell-sv/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: aspell-sv/trunk/PKGBUILD =================================================================== --- aspell-sv/trunk/PKGBUILD (rev 0) +++ aspell-sv/trunk/PKGBUILD 2015-05-26 19:09:08 UTC (rev 134188) @@ -0,0 +1,29 @@ +# Maintainer: Johannes Löthberg <[email protected]> +# Contributor: jimmie <[email protected]> +# Contributor: swanson + +pkgname=aspell-sv +pkgver=0.51 +pkgrel=1 + +pkgdesc="Swedish dictionary for aspell" +url="http://aspell.net/" +license=('LGPL') +arch=('i686' 'x86_64') + +depends=('aspell') + +source=("ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-$pkgver-0.tar.bz2") + +md5sums=('d180c781f8986ea0f65b6b18f02a494e') + +build() { + cd aspell-sv-"$pkgver"-0 + ./configure + make +} + +package() { + cd aspell-sv-"$pkgver"-0 + make DESTDIR="$pkgdir" install +} Property changes on: aspell-sv/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
