summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2010-05-18 00:56:16 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-05-19 09:06:59 -0500
commitfdafc40bd51d399b9691675a389fcb6c2d01cce4 (patch)
tree98f6ad7c1c34b8f7e3020d14a0bdbb7cfc1d3f19 /system
parentefda67c89b98145ef27c3510c411b3b96311852f (diff)
downloadslackbuilds-fdafc40bd51d399b9691675a389fcb6c2d01cce4.tar.gz
slackbuilds-fdafc40bd51d399b9691675a389fcb6c2d01cce4.tar.xz
system/obexfs: Removed (part of Slackware 13.1)
Diffstat (limited to 'system')
-rw-r--r--system/obexfs/README4
-rw-r--r--system/obexfs/obexfs.SlackBuild68
-rw-r--r--system/obexfs/obexfs.info10
-rw-r--r--system/obexfs/slack-desc19
4 files changed, 0 insertions, 101 deletions
diff --git a/system/obexfs/README b/system/obexfs/README
deleted file mode 100644
index 967eca9fba..0000000000
--- a/system/obexfs/README
+++ /dev/null
@@ -1,4 +0,0 @@
-ObexFS uses FUSE to mount filesystems of ObexFTP capable devices
-either manually or in autofs style mode. It can handle all devices
-that the obexftp package can handle, connected via serial cable,
-IrDA, bluetooth or USB.
diff --git a/system/obexfs/obexfs.SlackBuild b/system/obexfs/obexfs.SlackBuild
deleted file mode 100644
index dba2524deb..0000000000
--- a/system/obexfs/obexfs.SlackBuild
+++ /dev/null
@@ -1,68 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for ObexFS
-# Written by Oleg O. Chukaev <oleg.chukaev@mail.ru>
-
-PRGNAM=obexfs
-VERSION=0.12
-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"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man
-
-make
-make install DESTDIR=$PKG
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/obexfs/obexfs.info b/system/obexfs/obexfs.info
deleted file mode 100644
index 99ff71a205..0000000000
--- a/system/obexfs/obexfs.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="obexfs"
-VERSION="0.12"
-HOMEPAGE="http://triq.net/obexfs"
-DOWNLOAD="http://downloads.sourceforge.net/openobex/obexfs-0.12.tar.gz"
-MD5SUM="0f505672b025cdb505e215ee707a2e2f"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Oleg O. Chukaev"
-EMAIL="oleg.chukaev@mail.ru"
-APPROVED="dsomero"
diff --git a/system/obexfs/slack-desc b/system/obexfs/slack-desc
deleted file mode 100644
index 0045fe94af..0000000000
--- a/system/obexfs/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------------------------------------------------------|
-obexfs: obexfs (mount filesystem of ObexFTP capable devices)
-obexfs:
-obexfs: ObexFS uses FUSE to mount filesystems of ObexFTP capable devices
-obexfs: either manually or in autofs style mode. It can handle all devices
-obexfs: that the obexftp package can handle, connected via serial cable,
-obexfs: IrDA, bluetooth or USB.
-obexfs:
-obexfs: Homepage: http://triq.net/obexfs
-obexfs:
-obexfs:
-obexfs: