From d835681f0edb9140f9189df7329c5179ff66be4e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 28 Oct 2009 11:15:54 +0100 Subject: [PATCH] move package swig: - no more need, move to pkg-archive branch --- packages/toolchain/other/swig/build | 14 -------------- packages/toolchain/other/swig/url | 1 - 2 files changed, 15 deletions(-) delete mode 100755 packages/toolchain/other/swig/build delete mode 100644 packages/toolchain/other/swig/url diff --git a/packages/toolchain/other/swig/build b/packages/toolchain/other/swig/build deleted file mode 100755 index 968e2559ff..0000000000 --- a/packages/toolchain/other/swig/build +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain - -setup_toolchain host - -cd $PKG_BUILD -./configure --prefix=$ROOT/$TOOLCHAIN \ - -make - -make install diff --git a/packages/toolchain/other/swig/url b/packages/toolchain/other/swig/url deleted file mode 100644 index 767b470fdb..0000000000 --- a/packages/toolchain/other/swig/url +++ /dev/null @@ -1 +0,0 @@ -http://puzzle.dl.sourceforge.net/sourceforge/swig/swig-1.3.38.tar.gz \ No newline at end of file