diff options
author | otzy_007 <oz@oprod.net> | 2010-09-12 00:52:51 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-12 23:08:53 -0500 |
commit | 197287063371258f839f6b9bf685c7982d371143 (patch) | |
tree | 20d2fa5d601235b926db9de926a72e45c7680987 /multimedia/anyremote | |
parent | 51a4c4796ba751f61667145694cb759149d2149d (diff) | |
download | slackbuilds-197287063371258f839f6b9bf685c7982d371143.tar.gz |
multimedia/anyremote: Updated for version 5.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/anyremote')
-rw-r--r-- | multimedia/anyremote/README | 2 | ||||
-rw-r--r-- | multimedia/anyremote/anyremote.SlackBuild | 21 | ||||
-rw-r--r-- | multimedia/anyremote/anyremote.info | 8 |
3 files changed, 11 insertions, 20 deletions
diff --git a/multimedia/anyremote/README b/multimedia/anyremote/README index 14a1db4d53..51fe66945a 100644 --- a/multimedia/anyremote/README +++ b/multimedia/anyremote/README @@ -9,7 +9,6 @@ anyRemote was developed as a thin "communication" layer between Buetooth to manage almost any software. anyRemote could be used with: - * bluetooth connection with java client if cell phone is JSR82 compatible * Wi-Fi connection with java client if phone supports Wi-Fi * IR connection with java client if java in phone supports access to IR port @@ -18,4 +17,3 @@ anyRemote could be used with: * web interface * it supports some of IR remotes supplied with TV tuner cards (like LIRC) * it has limited support for Bemused clients - diff --git a/multimedia/anyremote/anyremote.SlackBuild b/multimedia/anyremote/anyremote.SlackBuild index 7c41f2b2ec..d08117786c 100644 --- a/multimedia/anyremote/anyremote.SlackBuild +++ b/multimedia/anyremote/anyremote.SlackBuild @@ -5,16 +5,14 @@ # Written by otzy_007 (oz@oprod.net) PRGNAM=anyremote -VERSION=${VERSION:-5.1.3} +VERSION=${VERSION:-5.2} 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 @@ -61,6 +59,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux make @@ -69,23 +68,17 @@ 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 - find . -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f -) +find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f -# Workaround stupid broken Makefile. +# --mandir is ignored, it seems mv $PKG/usr/share/man $PKG/usr -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION -rm -rf $PKG/usr/share/doc -cp -a \ - README INSTALL TODO NEWS AUTHORS COPYING ChangeLog doc-html \ - $PKG/usr/doc/$PRGNAM-$VERSION +# Add a few missed docs +cp -a INSTALL TODO NEWS $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}
\ No newline at end of file +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/multimedia/anyremote/anyremote.info b/multimedia/anyremote/anyremote.info index c551a5885a..ca801a38fe 100644 --- a/multimedia/anyremote/anyremote.info +++ b/multimedia/anyremote/anyremote.info @@ -1,10 +1,10 @@ PRGNAM="anyremote" -VERSION="5.1.3" +VERSION="5.2" HOMEPAGE="http://anyremote.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/project/anyremote/anyremote/5.1.3/anyremote-5.1.3.tar.gz" -MD5SUM="9e26666dc580dfc1743c65401eca0958" +DOWNLOAD="http://downloads.sourceforge.net/anyremote/anyremote-5.2.tar.gz" +MD5SUM="7163d81ba9efdeefde7e2e40392e4238" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="otzy_007" EMAIL="oz@oprod.net" -APPROVED="dsomero" +APPROVED="rworkman" |