require'package'classMoonbuggy<Packageversion'1.0.51'source_url'http://m.seehuhn.de/programs/moon-buggy-1.0.51.tar.gz'# software source tarball urlsource_sha1'7f1c5df99944acfe98eeb5f8d5ab6f28ef61ee7e'# source tarball sha1 sumdepends_on'ncurses'defself.build# self.build contains commands needed to build the software from sourcesystem"./configure"system"make"# ordered chronologicallyenddefself.install# self.install contains commands needed to install the software on the target systemsystem"make","DESTDIR=#{CREW_DEST_DIR}","install"# remember to include DESTDIR set to CREW_DEST_DIR - needed to keep track of changes made to systemendend