Commit Graph

10 Commits (456b3ba3b5dd6676f3d83d180664aad22614982c)

Author SHA1 Message Date
Adam Vandenberg 7378d20c9b abuse: fix quoting 2012-02-11 15:41:14 -08:00
Trevor Wennblom 6adec7d74b abuse 0.8.0
note: abuse-data has audio, but graphics are incomplete

  class AbuseGameData < Formula
    url 'http://abuse.zoy.org/raw-attachment/wiki/download/abuse-data-2.00.tar.gz'
    md5 '2b857668849b2dc7cd29cdd84a33c19e'
  end

% ls -1 abuse-data-2.00/(music|sfx) | wc -l
      99
% ls -1 abuse-free-0.8/data/(music|sfx) | wc -l
       1
% ls -1 abuse-0.8/data/(music|sfx) | wc -l
     100

% abuse-tool abuse-data-2.00/art/icons.spe list | wc -l
      55
% abuse-tool abuse-free-0.8/data/art/icons.spe list | wc -l
     136
% abuse-tool abuse-0.8/data/art/icons.spe list | wc -l
     136

Fixes Homebrew/homebrew#5702.
Closes Homebrew/homebrew#7349.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-12-21 15:09:19 -06:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg aac2513938 Abuse uses pkg-config now. 2010-05-12 20:07:52 -07:00
Adam Vandenberg bcdff7ccc3 Update Abuse
* Fix game data download URL
* Remove hard-coded SDL version
2010-02-18 12:39:36 -08:00
Max Howell c202c88dc9 Abuse depends on libvorbis and needs ENV.x11
The X11 dep is for libGL, the vorbis for at least the configure step.
2009-12-17 16:15:41 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Adam Vandenberg e5e0bbfb34 Formula for the side-scoller game 'Abuse'. 2009-10-03 15:36:34 +01:00