From 2b27eaedc973e8594837562403c1c80ece74e05b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 28 Oct 2009 11:14:39 +0100 Subject: [PATCH] move package rsxs: - no more need, move to pkg-archive branch --- packages/other/rsxs/build | 21 --------------------- packages/other/rsxs/install | 7 ------- packages/other/rsxs/url | 1 - 3 files changed, 29 deletions(-) delete mode 100755 packages/other/rsxs/build delete mode 100755 packages/other/rsxs/install delete mode 100644 packages/other/rsxs/url diff --git a/packages/other/rsxs/build b/packages/other/rsxs/build deleted file mode 100755 index 108e905d83..0000000000 --- a/packages/other/rsxs/build +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --exec-prefix=/usr \ - --sysconfdir=/etc \ - --datadir=/usr/share \ - --enable-shared \ - --disable-static \ - --disable-sound \ - --without-xscreensaver - -make - -$MAKEINSTALL \ No newline at end of file diff --git a/packages/other/rsxs/install b/packages/other/rsxs/install deleted file mode 100755 index 1fa01fd548..0000000000 --- a/packages/other/rsxs/install +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -. config/options - -mkdir -p $INSTALL/usr/lib - cp $PKG_DIR/src/.libs/*.so* $INSTALL/usr/lib - diff --git a/packages/other/rsxs/url b/packages/other/rsxs/url deleted file mode 100644 index b74843a1ec..0000000000 --- a/packages/other/rsxs/url +++ /dev/null @@ -1 +0,0 @@ -http://downloads.sourceforge.net/project/rsxs/rsxs/1.0/rsxs-1.0.tar.gz \ No newline at end of file