Skip to content

Commit

Permalink
SDL: add version 1.2.14 back
Browse files Browse the repository at this point in the history
wird immer noch von einigen programmen benutzt
z.B. ffmpeg fuer ffplay
  • Loading branch information
david committed Oct 19, 2016
1 parent ec330f4 commit a7e4d9c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions sdl.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/bin/env beesh

# BEE_VERSION sdl-1.2.14-0

SRCURL[0]="http://www.libsdl.org/release/SDL-1.2.14.tar.gz"

PATCHURL[0]=""

PGRP=( uncategorized )



# BEE_CONFIGURE=compat

# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

0 comments on commit a7e4d9c

Please sign in to comment.