Commit 82af70b5 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #336 from jam7/ph-openssl_devel

Add place holder for openssl_devel.rb
parents 9c92fd8d 4a37efa4
require 'package'
# We are going to use openssl only instead of openssl_devel for the
# ease of maintenance. Removing package file is not easy, so leaving
# place holder here. PH needs to have source_url unfortunately.
class Openssl_devel < Package
version 'removed'
source_url 'ftp://ftp.openssl.org/source/old/1.0.2/openssl-1.0.2f.tar.gz'
source_sha1 '2047c592a6e5a42bd37970bdb4a931428110a927'
def self.build
end
def self.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