2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-19 17:55:25 +00:00
|
|
|
|
2009-09-23 14:48:14 +00:00
|
|
|
class Libunistring <Formula
|
2010-06-10 22:22:02 +00:00
|
|
|
url 'http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.3.tar.gz'
|
|
|
|
homepage 'http://www.gnu.org/software/libunistring/'
|
|
|
|
md5 'db8eca3b64163abadf8c40e5cecc261f'
|
2009-09-19 17:55:25 +00:00
|
|
|
|
|
|
|
def install
|
2010-06-10 22:22:02 +00:00
|
|
|
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
2009-09-19 17:55:25 +00:00
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|