Commit a3077ea4 authored by Kriskras99's avatar Kriskras99 Committed by GitHub

Update bacon to version 3.5.3

Also change '--without-gui' to '--disable-gui'
parent 3282ab3b
require 'package'
class Bacon < Package
version '3.5.1'
source_url 'http://www.basic-converter.org/stable/bacon-3.5.1.tar.gz'
source_sha1 '13a90fa76a07edf36e4a4e5b242b60479a0eccc3'
version '3.5.3'
source_url 'http://www.basic-converter.org/stable/bacon-3.5.3.tar.gz'
source_sha1 'd88cc452d0580309e106f692639293ef2c249f58'
def self.build
system "./configure --prefix=/usr/local --without-gui"
system "./configure --prefix=/usr/local --disable-gui"
system 'sed -i "45s,/usr/share,/usr/local/share," Makefile'
system 'sed -i "46s,/usr/share,/usr/local/share," Makefile'
......
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