Commit f199cb95 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #418 from cstrouse/add-libunistring

Add libunistring (0.9.7) package
parents c44dd0c6 e0c1500d
require 'package'
class Libunistring < Package
version '0.9.7'
source_url 'http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.7.tar.xz'
source_sha1 '7d92687a50fea7702e8052486dfa25ffc361c9f3'
depends_on "glibc"
def self.build
system "./configure --prefix=/usr/local"
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