summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:24 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:24 +0200
commit6a210a1a6e36d36ae19bbe22f175f3aa5c3c5b9f (patch)
treeaa1c12b1ff0961abf826ed53f5bc049e8a7883a5 /system
parent62f7c38baeb20a51f1321ca241efb436893bc14f (diff)
downloadslackbuilds-6a210a1a6e36d36ae19bbe22f175f3aa5c3c5b9f.tar.gz
slackbuilds-6a210a1a6e36d36ae19bbe22f175f3aa5c3c5b9f.tar.xz
system/moto4lin: Removed from 13.0 repository
Diffstat (limited to 'system')
-rw-r--r--system/moto4lin/README14
-rw-r--r--system/moto4lin/doinst.sh3
-rw-r--r--system/moto4lin/moto4lin.SlackBuild73
-rw-r--r--system/moto4lin/moto4lin.desktop7
-rw-r--r--system/moto4lin/moto4lin.info8
-rw-r--r--system/moto4lin/moto4lin.pngbin6553 -> 0 bytes
-rw-r--r--system/moto4lin/slack-desc19
7 files changed, 0 insertions, 124 deletions
diff --git a/system/moto4lin/README b/system/moto4lin/README
deleted file mode 100644
index 3bc2b879ce..0000000000
--- a/system/moto4lin/README
+++ /dev/null
@@ -1,14 +0,0 @@
-moto4lin - Motorola for Linux
-
-The moto4lin software is intended to be used with Motorola telephones
-based on the P2K platform. It allows for filesystem access to the
-phone (for both uploading and downloading), and SEEM bit editing.
-
-This program requires read/write access to the phone device. This can
-be accomplished by either running as root, suid the executable, or
-changing the permissions on the device. The second and third options
-are covered on the moto4lin wiki.
-
-Also, some newer phones may not work with this version of the code,
-and will need the lates code from SVN to work properly (this includes
-the RAZRs).
diff --git a/system/moto4lin/doinst.sh b/system/moto4lin/doinst.sh
deleted file mode 100644
index 306b711d3e..0000000000
--- a/system/moto4lin/doinst.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x usr/bin/update-desktop-database ];
- then usr/bin/update-desktop-database -q usr/share/applications
-fi
diff --git a/system/moto4lin/moto4lin.SlackBuild b/system/moto4lin/moto4lin.SlackBuild
deleted file mode 100644
index 0dd0b00c9d..0000000000
--- a/system/moto4lin/moto4lin.SlackBuild
+++ /dev/null
@@ -1,73 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for moto4lin
-# Copyright (c) 2007, Written by Mark Walling <markwalling@gmail.com>
-
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-# * Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-set -e
-
-PRGNAM=moto4lin
-VERSION=0.3
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-qmake
-make
-# target directory is borked, have to do it by hand
-mkdir -p $PKG/usr/bin
-install -m0755 -o root -g root moto_ui/moto4lin $PKG/usr/bin
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a GPL-2 Changelog README INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/usr/share/{applications,pixmaps}
-cp $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png
-cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/system/moto4lin/moto4lin.desktop b/system/moto4lin/moto4lin.desktop
deleted file mode 100644
index f2ddf81713..0000000000
--- a/system/moto4lin/moto4lin.desktop
+++ /dev/null
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Type=Application
-Terminal=false
-Name=moto4lin
-Exec=moto4lin
-Icon=/usr/share/pixmaps/moto4lin.png
-Catagories=Utility
diff --git a/system/moto4lin/moto4lin.info b/system/moto4lin/moto4lin.info
deleted file mode 100644
index 100d550399..0000000000
--- a/system/moto4lin/moto4lin.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="moto4lin"
-VERSION="0.3"
-HOMEPAGE="http://moto4lin.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/moto4lin/moto4lin-0.3.tar.bz2"
-MD5SUM="f9e5edbc08a45ac98679e4d34d5e3574"
-MAINTAINER="Mark Walling"
-EMAIL="markwalling@gmail.com"
-APPROVED="BP{k}"
diff --git a/system/moto4lin/moto4lin.png b/system/moto4lin/moto4lin.png
deleted file mode 100644
index acf2f76382..0000000000
--- a/system/moto4lin/moto4lin.png
+++ /dev/null
Binary files differ
diff --git a/system/moto4lin/slack-desc b/system/moto4lin/slack-desc
deleted file mode 100644
index f92b1edda3..0000000000
--- a/system/moto4lin/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-moto4lin: moto4lin (Motorola for Linux)
-moto4lin:
-moto4lin: The moto4lin software is intended to be used with Motorola telephones
-moto4lin: based on the P2K platform. It allows for filesystem access to the
-moto4lin: phone (for both uploading and downloading), and SEEM bit editing.
-moto4lin:
-moto4lin: http://moto4lin.sourceforge.net
-moto4lin:
-moto4lin:
-moto4lin:
-moto4lin: