Commit d7b023c7 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Update mutt from 1.8.2 to 1.8.3

parent 4953776c
......@@ -3,17 +3,17 @@ require 'package'
class Mutt < Package
description 'Mutt is a small but very powerful text-based mail client for Unix operating systems.'
homepage 'http://mutt.org/'
version '1.8.2'
source_url 'ftp://ftp.mutt.org/pub/mutt/mutt-1.8.2.tar.gz'
source_sha256 '1d057bf1b565f2c38ee50c9a661654cbbe4165f98e25bfa361ebbd707d96f235'
version '1.8.3'
source_url 'ftp://ftp.mutt.org/pub/mutt/mutt-1.8.3.tar.gz'
source_sha256 '9b81746d67ffeca5ea44f60893b70dc93c86d4bc10187d4dd360185e4d42ed42'
def self.build
system 'mkdir /usr/local/mail'
system './configure --with-mailpath=/usr/local/mail --prefix=/usr/local'
system 'make'
end
def self.install
system 'make -i install'
system "mkdir -p #{CREW_DEST_DIR}#{CREW_PREFIX}/mail"
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
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