diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/aspell-pl | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/aspell-pl')
-rw-r--r-- | community/aspell-pl/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/community/aspell-pl/PKGBUILD b/community/aspell-pl/PKGBUILD deleted file mode 100644 index fb512bfd4..000000000 --- a/community/aspell-pl/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $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 -} |