summaryrefslogtreecommitdiff
path: root/packages/SDL_gfx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SDL_gfx.sh')
-rwxr-xr-xpackages/SDL_gfx.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/SDL_gfx.sh b/packages/SDL_gfx.sh
index c54decd..a867189 100755
--- a/packages/SDL_gfx.sh
+++ b/packages/SDL_gfx.sh
@@ -8,12 +8,3 @@ ENV_PKG_CONFIG_PATH="lib/pkgconfig"
BUILD_TYPE="configure"
SRC_INIT_COMMAND="./autogen.sh"
-
-function package_build {
- run_switch_branch
- run_src_script ./autogen.sh
- run_configure
-
- run_make
- run_make_install
-}