Commit 790bb6f6 authored by Ed Reel's avatar Ed Reel

Remove xsltproc package. Duplicate of libxslt.

parent 551aa354
require 'package'
class Xsltproc < Package
description 'The XSLT C library for GNOME'
homepage 'http://xmlsoft.org/XSLT/xsltproc2.html'
version '1.1.33-rc1'
source_url 'https://git.gnome.org/browse/libxslt/snapshot/libxslt-1.1.33-rc1.tar.xz'
source_sha256 '5e257266ba8472c5c319aff87d54140edb950972805cbf5bcf45c4a040c16506'
def self.build
system "./autogen.sh", "--prefix=#{CREW_PREFIX}", "--libdir=#{CREW_LIB_PREFIX}"
system "make"
end
def self.install
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