Skip to content

Commit

Permalink
[bison] Added bison recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreaver authored and jakirkham committed Jun 13, 2015
1 parent 0d7681a commit a1154ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bison/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

./configure --prefix="$PREFIX"
make
make install
16 changes: 16 additions & 0 deletions bison/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package:
name: bison
version: 3.0.4

source:
fn: bison-3.0.4.tar.gz # [linux]
url: http://ftp.gnu.org/gnu/bison/bison-3.0.4.tar.gz # [linux]
md5: a586e11cd4aff49c3ff6d3b6a4c9ccf8 # [linux]

about:
home: https://www.gnu.org/software/bison/
license: GPL3

requirements:
build:
- m4 # [linux]

0 comments on commit a1154ba

Please sign in to comment.