summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/SDL_image.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/SDL_image.sh b/packages/SDL_image.sh
index 37ad7d8..88874b4 100755
--- a/packages/SDL_image.sh
+++ b/packages/SDL_image.sh
@@ -1,8 +1,8 @@
#!/bin/bash
function package_build {
-# run_git_switch_branch v1.2.11
- run_autoreconf -i
+ run_hg_switch_branch SDL-1.2
+ run_src_script ./autogen.sh
run_configure --disable-jpg-shared --disable-tif-shared --disable-png-shared --disable-webp-shared
run_make
@@ -10,8 +10,7 @@ function package_build {
}
function package_get_source {
-# run_git_clone https://
- echo nothing
+ run_hg_clone http://hg.libsdl.org/SDL_image/
}
function package_use {