From c88d0cfcf502dc023fcc23cc29acb605969e5f89 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 21 Sep 2012 15:40:24 +0200 Subject: desktop/odccm: Removed (needs HAL). Signed-off-by: Matteo Bernardini --- desktop/odccm/README | 7 ---- desktop/odccm/odccm.SlackBuild | 87 ------------------------------------------ desktop/odccm/odccm.info | 10 ----- desktop/odccm/slack-desc | 19 --------- 4 files changed, 123 deletions(-) delete mode 100644 desktop/odccm/README delete mode 100644 desktop/odccm/odccm.SlackBuild delete mode 100644 desktop/odccm/odccm.info delete mode 100644 desktop/odccm/slack-desc (limited to 'desktop/odccm') diff --git a/desktop/odccm/README b/desktop/odccm/README deleted file mode 100644 index bc5daa8c71..0000000000 --- a/desktop/odccm/README +++ /dev/null @@ -1,7 +0,0 @@ -odccm is a legacy-free dccm-implementation for Windows Mobile 5 -(and newer) devices. - -odccm now supports pre Windows Mobile 5 devices by passing -"--enable-legacy-support" to configure. It does not replace the -functionality of synce-serial, which must still be properly -installed and configured. diff --git a/desktop/odccm/odccm.SlackBuild b/desktop/odccm/odccm.SlackBuild deleted file mode 100644 index 5aed8eb40d..0000000000 --- a/desktop/odccm/odccm.SlackBuild +++ /dev/null @@ -1,87 +0,0 @@ -#!/bin/sh -# Slackware build script for odccm -# Written by redtricycle (redtricycle@gmail.com) - -PRGNAM=odccm -VERSION=${VERSION:-0.13} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e # Exit on most errors - -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 \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux \ - #--enable-legacy-support # Uncomment to enable support for pre-Windows Mobile 5 devices - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS COPYING ChangeLog INSTALL README \ - $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/desktop/odccm/odccm.info b/desktop/odccm/odccm.info deleted file mode 100644 index bec5a8db19..0000000000 --- a/desktop/odccm/odccm.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="odccm" -VERSION="0.13" -HOMEPAGE="http://www.synce.org" -DOWNLOAD="http://downloads.sourceforge.net/synce/odccm-0.13.tar.gz" -MD5SUM="8f12585398f1a79518887d5f94cf122d" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="libsynce gnet" -MAINTAINER="redtricycle" -EMAIL="redtricycle@gmail.com" diff --git a/desktop/odccm/slack-desc b/desktop/odccm/slack-desc deleted file mode 100644 index 0418c9600e..0000000000 --- a/desktop/odccm/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------------------------------------------------------| -odccm: odccm (dccm implementation) -odccm: -odccm: odccm is a legacy-free dccm-implementation for Windows Mobile 5 -odccm: (and newer) devices. -odccm: -odccm: Pass --enable-legacy-support to configure for pre-Windows Mobile 5 -odccm: devices. It does not replace the functionality of synce-serial. -odccm: -odccm: Homepage: http://www.synce.org/ -odccm: -odccm: -- cgit v1.2.3