Commit 9fe16e4f authored by Ed Reel's avatar Ed Reel

Add msttcorefonts package

parent dfe87b90
require 'package'
class Msttcorefonts < Package
description "An easy way to install Microsoft's TrueType core fonts on Linux"
homepage 'http://corefonts.sourceforge.net/'
version '3.6'
source_url 'http://http.debian.net/debian/pool/contrib/m/msttcorefonts/msttcorefonts_3.6.tar.gz'
source_sha256 'c23a2c519acad44fb65dfdd5b6f7de7b351ec15394df52cc744e3c6deb51d42f'
binary_url ({
})
binary_sha256 ({
})
depends_on 'cabextract'
def self.build
system "sed -i '61icp cabfiles.sha256sums \$SCRATCHDIR/' update-ms-fonts"
system "sed -i 's,/var/lib/msttcorefonts/,,g' update-ms-fonts"
system "sed -i 's,/usr/share,#{CREW_DEST_PREFIX}/share,g' update-ms-fonts"
end
def self.install
system "./update-ms-fonts"
end
def self.postinstall
puts
puts "Fonts are installed in #{CREW_PREFIX}/share/fonts/truetype/msttcorefonts.".lightblue
puts
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