mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Merge pull request #834 from uberhacker/change-from-sha1-to-sha256-i-l
Change packages i-l from sha1 to sha256
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
require 'package'
|
||||
|
||||
|
||||
class Libpipeline < Package
|
||||
description 'libpipeline is a C library for manipulating pipelines of subprocesses in a flexible and convenient way.'
|
||||
homepage 'http://libpipeline.nongnu.org/'
|
||||
version '1.4.1-2'
|
||||
source_url 'https://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.1.tar.gz'
|
||||
source_sha1 'b31cc955f22b1aa4545dc8d00ddbde831936594f'
|
||||
|
||||
source_sha256 'da46d7b20163aadb9db2faae483f734e9096a7550c84b94029abeab62dd1b9ee'
|
||||
|
||||
def self.build
|
||||
system './configure', "--libdir=#{CREW_LIB_PREFIX}", '--disable-static', '--enable-shared', '--with-pic'
|
||||
system 'make'
|
||||
end
|
||||
|
||||
|
||||
def self.install
|
||||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user