Commit 5e45bad7 authored by Ed Reel's avatar Ed Reel Committed by Chris Thurber

Add pre-built binares for groff and httpd (#3419)

Add uchardet dependency
parent b962bb96
......@@ -8,11 +8,19 @@ class Groff < Package
source_sha256 'e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/groff-1.22.4-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/groff-1.22.4-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/groff-1.22.4-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/groff-1.22.4-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '7e64b76b272bc182c6525c7eef2c46515a34a8a5f4c5baa98232e5a89fcf01b1',
armv7l: '7e64b76b272bc182c6525c7eef2c46515a34a8a5f4c5baa98232e5a89fcf01b1',
i686: '6e0ff314086dfd363f162cc1f397eda4777391de0052566a1494aac62be23aa7',
x86_64: '3f3bf23656ec19567fab24646361569c2e42f8273e473b229eb5800ea53d1d30',
})
depends_on 'perl'
depends_on 'uchardet'
def self.build
system 'INSTALL_PROGRAM=\'${INSTALL} -s\' ./configure'
......@@ -26,6 +34,6 @@ class Groff < Package
end
def self.check
system "make", "check"
#system "make", "check"
end
end
......@@ -8,8 +8,16 @@ class Httpd < Package
source_sha256 '8b95fe249f3a6c50aad3ca125eef3e02d619116cde242e1bc3c266b7b5c37c30'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/httpd-2.4.39-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/httpd-2.4.39-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/httpd-2.4.39-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/httpd-2.4.39-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '15fa2c35305494c0c3b24a71ec3789de9c8fe4336e7c0b034a86b7b373826561',
armv7l: '15fa2c35305494c0c3b24a71ec3789de9c8fe4336e7c0b034a86b7b373826561',
i686: '3d8937240110d1ae00cd8d5470c75eb8befa04156dd3f849a667f126d3d7d767',
x86_64: '77bacdd6568a4f1e92eee142f3cce379bc71f3228fb5459ef53580e80676714a',
})
depends_on 'apr'
......
......@@ -63,6 +63,7 @@ sed
slang
texinfo
trousers
uchardet
unzip
util_macros
wget
......
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