description'GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed.'
description'GDB, the GNU Project debugger, allows you to see what is going on \'inside\' another program while it executes -- or what another program was doing at the moment it crashed.'
classLibevent<Package# name the package and make it a Package class instance
classLibevent<Package
description'The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached.'
description'NetHack is a 'roguelike' game following in the same tradition; the player controls an adventurer delving into a randomly generated dungeon to retrieve the Amulet of Yendor from its depths.'
description'NetHack is a \'roguelike\' game following in the same tradition; the player controls an adventurer delving into a randomly generated dungeon to retrieve the Amulet of Yendor from its depths.'
homepage'http://nethack4.org/'
# "nethack4" fork of nethack with a few patches and a modern build system
description'nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally written by Igor Sysoev.'
defself.build# self.build contains commands needed to build the software from source
defself.build
system'./configure \
--prefix=/usr/local \
--with-curl \
...
...
@@ -28,11 +28,11 @@ class Php5 < Package
--with-pcre-regex \
--with-readline \
--with-zlib'
system'make'# ordered chronologically
system'make'
end
defself.install# self.install contains commands needed to install the software on the target system
system"make","INSTALL_ROOT=#{CREW_DEST_DIR}","install"# remember to include INSTALL_ROOT set to CREW_DEST_DIR - needed to keep track of changes made to system
defself.build# self.build contains commands needed to build the software from source
defself.build
system'./configure \
--prefix=/usr/local \
--with-curl \
...
...
@@ -28,11 +28,11 @@ class Php7 < Package
--with-pcre-regex \
--with-readline \
--with-zlib'
system'make'# ordered chronologically
system'make'
end
defself.install# self.install contains commands needed to install the software on the target system
system"make","INSTALL_ROOT=#{CREW_DEST_DIR}","install"# remember to include INSTALL_ROOT set to CREW_DEST_DIR - needed to keep track of changes made to system