From ec330f46c2f76fe09fe6bc41ee6c42e0c45cf4c4 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 19 Oct 2016 14:26:54 +0200 Subject: [PATCH] SDL2: rename pkg sdl to sdl2 SDL 1.2 is still needed by e.g. ffmpeg. So rename the pkg, so that sdl 1.2 and 2.0 can be installed in parallel. --- sdl.be0 => sdl2.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sdl.be0 => sdl2.be0 (92%) diff --git a/sdl.be0 b/sdl2.be0 similarity index 92% rename from sdl.be0 rename to sdl2.be0 index c972a0867..4b9fd626d 100755 --- a/sdl.be0 +++ b/sdl2.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION sdl-2.0.4-0 +#BEE_VERSION sdl2-2.0.4-0 SRCURL[0]="http://www.libsdl.org/release/SDL2-${PKGVERSION}.tar.gz"