Commit 32ad6706 authored by Casey Strouse's avatar Casey Strouse

Update bacon to 3.5.1

This also disables the unnecessary GUI builder and fixes a problem with
the syntax highlighter.

Tested as working on Samsung XE50013-K01US.
parent 6350d59f
require 'package'
class Bacon < Package
version '3.5'
source_url 'http://www.basic-converter.org/stable/bacon-3.5.tar.gz'
source_sha1 '878da51d1f8bef9baea6523be8f09d8a616f8e9f'
version '3.5.1'
source_url 'http://www.basic-converter.org/stable/bacon-3.5.1.tar.gz'
source_sha1 '13a90fa76a07edf36e4a4e5b242b60479a0eccc3'
def self.build
system "./configure --prefix=/usr/local"
system "./configure --prefix=/usr/local --without-gui"
system 'sed -i "45s,/usr/share,/usr/local/share," Makefile'
system 'sed -i "46s,/usr/share,/usr/local/share," Makefile'
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