diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-29 11:24:07 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-29 11:24:07 -0300 |
commit | 38bae167f23bd509b81394975c012b8abb1693d7 (patch) | |
tree | 3b926bce43f03c0366d78ad6253cbdf9520235d4 /extra/hspell/PKGBUILD | |
parent | 2bcb8acb8b02bde03c5d285baafe754760788265 (diff) | |
parent | 498a4346616c33beac56d48a246cf27fe3812341 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/espeak/PKGBUILD
community/gmic/PKGBUILD
extra/dhcp/PKGBUILD
extra/hspell/PKGBUILD
extra/libatasmart/PKGBUILD
extra/udisks/PKGBUILD
extra/xorg-server/PKGBUILD
testing/libdrm/PKGBUILD
testing/libdrm/no-pthread-stubs.patch
testing/systemd/PKGBUILD
Diffstat (limited to 'extra/hspell/PKGBUILD')
-rw-r--r-- | extra/hspell/PKGBUILD | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/extra/hspell/PKGBUILD b/extra/hspell/PKGBUILD index e7e14099e..a7006ade0 100644 --- a/extra/hspell/PKGBUILD +++ b/extra/hspell/PKGBUILD @@ -1,27 +1,23 @@ -# $Id: PKGBUILD 151262 2012-02-25 10:23:43Z allan $ +# $Id: PKGBUILD 165612 2012-08-27 09:42:27Z jgc $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgbase=hspell pkgname=('hspell' 'hunspell-he') -pkgver=1.1 -pkgrel=2 +pkgver=1.2 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.ivrix.org.il/projects/spell-checker/" makedepends=('glibc' 'zlib' 'perl' 'hunspell' 'gawk') options=('!libtool' '!makeflags') -source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz - hspell-1.0.sharedlib.patch) -md5sums=('e79e75180ce529c008ea085954a52f2c' - '0df6764bb37500ee936b9355fee0c7a5') +source=(http://hspell.ivrix.org.il/${pkgname}-${pkgver}.tar.gz{,.sig}) +md5sums=('32fbc1a71e86ab46bf7870c6eec9a6be' + '858120037dd52ae823788518329ee7d3') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i ${srcdir}/hspell-1.0.sharedlib.patch - autoreconf -v - sed -i -e 's|/usr/bin/awk|/bin/awk|' wzip ./configure --prefix=/usr --mandir=/usr/share/man \ - --enable-linginfo --enable-fatverb + --enable-linginfo --enable-fatverb --enable-shared make make hunspell } @@ -44,8 +40,8 @@ package_hunspell-he() { cd "${srcdir}/${pkgbase}-${pkgver}" install -dm755 ${pkgdir}/usr/share/hunspell - install -m644 hunspell/new_he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic - install -m644 hunspell/new_he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff + install -m644 he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic + install -m644 he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff # the symlinks install -dm755 ${pkgdir}/usr/share/myspell/dicts |