Commit e6611612 authored by vincowl's avatar vincowl Committed by GitHub

[hunspell] Change configuration options (#3849)

parent 4d0b4bcd
......@@ -3,28 +3,21 @@ require 'package'
class Hunspell_base < Package
description 'Hunspell is a spell checker and morphological analyzer library'
homepage 'http://hunspell.github.io/'
version '1.7.0'
version '1.7.0-1'
source_url 'https://github.com/hunspell/hunspell/archive/v1.7.0.tar.gz'
source_sha256 'bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/hunspell_base-1.7.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/hunspell_base-1.7.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/hunspell_base-1.7.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/hunspell_base-1.7.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '1827aa434bd7848d03d07ddc2b76c14c052aba16643acd33f494e6d4c3d78016',
armv7l: '1827aa434bd7848d03d07ddc2b76c14c052aba16643acd33f494e6d4c3d78016',
i686: '5348ba92a0e4b784aaad1875ffdb7a824b60d975bd721f8b86994693697a0840',
x86_64: '83443d8cd8e21f25f346dcd6c7ada5a8a5ef0f01a1045addb43d263ab73d9136',
})
depends_on 'readline'
def self.build
system 'autoreconf -vfi'
system './configure',
system "./configure",
"CPPFLAGS=-I#{CREW_PREFIX}/include -I#{CREW_PREFIX}/include/ncursesw -I#{CREW_PREFIX}/include/ncurses",
"--prefix=#{CREW_PREFIX}",
"--include=#{CREW_PREFIX}/include",
"--libdir=#{CREW_LIB_PREFIX}",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment