mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
multimedia/droidcam: Updated for version 2.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8559c975e2
commit
a687efdae4
2 changed files with 5 additions and 8 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=droidcam
|
||||
VERSION=${VERSION:-1.8.2}
|
||||
VERSION=${VERSION:-2.1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -106,7 +103,7 @@ sed -i "5,6s/local\///" $PKG/usr/share/applications/Droidcam.desktop
|
|||
sed -i "7s/.*/Icon=\/usr\/share\/icons\/droidcam.png/" $PKG/usr/share/applications/Droidcam.desktop
|
||||
|
||||
#Documentation
|
||||
cp -a $CWD/README* $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cp $CWD/README* $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="droidcam"
|
||||
VERSION="1.8.2"
|
||||
VERSION="2.1.3"
|
||||
HOMEPAGE="https://www.dev47apps.com/"
|
||||
DOWNLOAD="https://files.dev47apps.net/linux/droidcam_1.8.2.zip"
|
||||
MD5SUM="af019ca66198c501e2ffa813d1c81471"
|
||||
DOWNLOAD="https://files.dev47apps.net/linux/droidcam_2.1.3.zip"
|
||||
MD5SUM="9e4034e81ba9be6c9a37d6f38c4d4f62"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="android-tools dkms"
|
||||
|
|
Loading…
Reference in a new issue