New formula yazpp
AZ++ is an application programming interface (API) to YAZ which supports the development of Z39.50/SRW/SRU client and server applications using C++.
This commit is contained in:
parent
2a6eb2298a
commit
ebd60a7a4d
1 changed files with 15 additions and 0 deletions
15
Formula/yazpp.rb
Normal file
15
Formula/yazpp.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Yazpp <Formula
|
||||
url 'http://ftp.indexdata.dk/pub/yazpp/yazpp-1.2.3.tar.gz'
|
||||
homepage 'http://www.indexdata.com/yazpp'
|
||||
md5 '9144237027ce43540b8f5fd7577f5432'
|
||||
|
||||
depends_on 'yaz'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue