libwpd 0.8.14
This commit is contained in:
parent
b47f405b2c
commit
d202b6248f
2 changed files with 17 additions and 0 deletions
|
@ -5,7 +5,9 @@ class Libgsf <Formula
|
|||
homepage 'http://directory.fsf.org/project/libgsf/'
|
||||
md5 '8478d83fda0b6e57f36550c11a693ee1'
|
||||
|
||||
depends_on 'pkg-config'
|
||||
depends_on 'gettext'
|
||||
depends_on "intltool"
|
||||
|
||||
def install
|
||||
configure_args = [
|
||||
|
|
15
Formula/libwpd.rb
Normal file
15
Formula/libwpd.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Libwpd <Formula
|
||||
url 'http://prdownloads.sourceforge.net/libwpd/libwpd-0.8.14.tar.bz2'
|
||||
md5 '974784f0cf067900bb8836b4d107101b'
|
||||
homepage 'http://libwpd.sourceforge.net/'
|
||||
|
||||
depends_on "glib"
|
||||
depends_on "libgsf"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue