Commit 348b5c97 authored by Ed Reel's avatar Ed Reel

Add ncurses dependency and prefix configure option

parent e5ed4889
......@@ -12,13 +12,15 @@ class Emacs < Package
depends_on 'm4' => :build
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'ncurses'
def self.build
system './configure \
system "./configure \
--prefix=#{CREW_PREFIX} \
--localstatedir=#{CREW_PREFIX}/share \
--with-x=no \
--localstatedir=/usr/local/share \
--without-makeinfo \
--without-selinux'
--without-selinux"
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