Commit e0c1500d authored by Casey Strouse's avatar Casey Strouse

Add libunistring (0.9.7) package

libunistring provides functions for manipulating Unicode strings and
for manipulating C strings according to the Unicode standard.

Tested as working properly on Samsung XE50013-K01US.
parent c44dd0c6
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