xml-coreutils 0.8a
command line programs to manipulate XML documents Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7490649a20
commit
38a8a98a65
1 changed files with 15 additions and 0 deletions
15
Formula/xml-coreutils.rb
Normal file
15
Formula/xml-coreutils.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class XmlCoreutils < Formula
|
||||
url 'http://www.lbreyer.com/gpl/xml-coreutils-0.8a.tar.gz'
|
||||
homepage 'http://www.lbreyer.com/xml-coreutils.html'
|
||||
md5 '2a5fa1f1feffad6be2f8af7661408268'
|
||||
|
||||
depends_on 'slang'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue