Skip to content

Commit

Permalink
add gosu cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Feb 1, 2011
1 parent df3b8fc commit 1eaea4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gosu/metadata.rb
@@ -0,0 +1,7 @@
maintainer "KidsRuby"
maintainer_email "cookbooks@kidsruby.com"
license "Apache 2.0"
description "Cross-platform 2D game development library"
version "0.1.0"
supports "ubuntu"
recipe "default", "Sets up libraries requied to build apps with Gosu"
8 changes: 8 additions & 0 deletions gosu/recipes/default.rb
@@ -0,0 +1,8 @@
#
# Cookbook Name:: gosu
# Recipe:: default
#

%w[g++ libgl1-mesa-dev libpango1.0-dev libboost-dev libaudiere-dev libsdl-ttf2.0-dev].each do |pkg|
package pkg
end

0 comments on commit 1eaea4a

Please sign in to comment.