update bc to 1.07.1

change to use readline library
parent 8df14b7d
require 'package'
class Bc < Package
version '1.06-1'
source_url 'http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz'
source_sha1 'c8f258a7355b40a485007c40865480349c157292'
version '1.07.1'
source_url 'https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz'
source_sha1 'b4475c6d66590a5911d30f9747361db47231640a'
depends_on 'readline'
depends_on 'flex'
depends_on 'ed'
def self.build
system "./configure"
system "./configure", "--with-readline"
system "make"
end
......
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