Commit 3344fe28 authored by lovedheart's avatar lovedheart Committed by Ed Reel

Update biew.rb (#1931)

fix #1925
parent bdfe0195
......@@ -3,8 +3,8 @@ require 'package'
class Biew < Package
description 'EYE (Binary EYE) is a free, portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes.'
homepage 'https://sourceforge.net/projects/beye/'
version '6.1.0'
source_url 'http://downloads.sourceforge.net/project/beye/biew/6.1.0/biew-610-src.tar.bz2'
version '6.1.0-0'
source_url 'https://downloads.sourceforge.net/project/beye/biew/6.1.0/biew-610-src.tar.bz2'
source_sha256 '2e85f03c908dd6ec832461fbfbc79169a33f4caccf48c8fe60cbd29f5fb06d17'
binary_url ({
......@@ -21,6 +21,7 @@ class Biew < Package
depends_on 'slang'
def self.build
system "cp -r ./biewlib/sysdep/generic ./biewlib/sysdep/arm" # add arm support
system "./configure --prefix=#{CREW_PREFIX}"
system "make"
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