Commit de6a93fc authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add build function to make @jam7 happy

parent ed8d7bed
......@@ -9,6 +9,10 @@ class Multitail < Package
depends_on 'ncursesw'
def self.build
system 'make'
end
def self.install
system "make", "PREFIX=#{CREW_PREFIX}", "DESTDIR=#{CREW_DEST_DIR}", "install"
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