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

Add fly package

parent 0600c04e
require 'package'
class Fly < Package
description 'fly is a C program that creates PNG, JPEG or GIF images on the fly from CGI and other programs.'
homepage 'http://martin.gleeson.com/fly/index.html'
version '1.6.5'
source_url 'ftp://ftp.unimelb.edu.au/pub/www/tools/unix/fly/fly-1.6.5.tar.gz'
source_sha256 '8411915a9acd9a3d86896db5a53ac6bd4e35b44106c0f180cc0f96a6f02a62c9'
depends_on 'libgd'
def self.build
system 'make'
end
def self.install
system "mkdir -p #{CREW_DEST_DIR}/usr/local/bin"
system "cp fly #{CREW_DEST_DIR}/usr/local/bin"
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