desktop/kanyremote: Updated for version 6.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
d3284345f2
commit
ccfebc6dc8
|
@ -2,10 +2,10 @@
|
|||
|
||||
# Slackware build script for kanyremote
|
||||
|
||||
# Written by otzy_007 (oz@oprod.net)
|
||||
# Written by otzy_007 (oz [at] oprod [dot] net)
|
||||
|
||||
PRGNAM=kanyremote
|
||||
VERSION=${VERSION:-5.13}
|
||||
VERSION=${VERSION:-6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,7 +66,7 @@ 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
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="kanyremote"
|
||||
VERSION="5.13"
|
||||
VERSION="6.1"
|
||||
HOMEPAGE="http://anyremote.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/anyremote/kanyremote/5.13/kanyremote-5.13.tar.gz"
|
||||
MD5SUM="f6aedb862960e77c35488be658bacdf5"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/anyremote/kanyremote/6.1/kanyremote-6.1.tar.gz"
|
||||
MD5SUM="5378398883c486d1f2b853423ea119b0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="anyremote pybluez"
|
||||
MAINTAINER="otzy_007"
|
||||
EMAIL="oz@oprod.net"
|
||||
EMAIL="oz [at] oprod [dot] net"
|
||||
|
|
Loading…
Reference in New Issue