From 0ee4cb30483da5a6670fb45182500d16ffd28787 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 8 Oct 2009 13:34:42 +0200 Subject: [PATCH] roxterm: - remove package --- packages/x11/other/roxterm/build | 21 --------------------- packages/x11/other/roxterm/install | 18 ------------------ packages/x11/other/roxterm/url | 1 - 3 files changed, 40 deletions(-) delete mode 100755 packages/x11/other/roxterm/build delete mode 100755 packages/x11/other/roxterm/install delete mode 100644 packages/x11/other/roxterm/url diff --git a/packages/x11/other/roxterm/build b/packages/x11/other/roxterm/build deleted file mode 100755 index db71b6cd04..0000000000 --- a/packages/x11/other/roxterm/build +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build libX11 -$SCRIPTS/build vte -$SCRIPTS/build libglade -$SCRIPTS/build dbus-glib - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static \ - --enable-shared \ - -make - -$STRIP src/$1 diff --git a/packages/x11/other/roxterm/install b/packages/x11/other/roxterm/install deleted file mode 100755 index 3150114292..0000000000 --- a/packages/x11/other/roxterm/install +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -. config/options -$SCRIPTS/install libX11 -$SCRIPTS/install vte -$SCRIPTS/install libglade -$SCRIPTS/install dbus-glib - -mkdir -p $INSTALL/usr/bin -cp $PKG_BUILD/src/$1 $INSTALL/usr/bin -cp $PKG_BUILD/src/$1-config $INSTALL/usr/bin - -mkdir -p $INSTALL/usr/share/$1 -cp -PR $PKG_BUILD/Config $INSTALL/usr/share/$1 -cp -PR $PKG_BUILD/src/$1-config.glade $INSTALL/usr/share/$1 - -mkdir -p $INSTALL/usr/share/icons/hicolor/scalable/apps -cp -PR $PKG_BUILD/.DirIcon $INSTALL/usr/share/icons/hicolor/scalable/apps/$1.svg diff --git a/packages/x11/other/roxterm/url b/packages/x11/other/roxterm/url deleted file mode 100644 index 437872649d..0000000000 --- a/packages/x11/other/roxterm/url +++ /dev/null @@ -1 +0,0 @@ -http://downloads.sourceforge.net/sourceforge/roxterm/roxterm-1.14.2.tar.gz \ No newline at end of file