mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/lddot: Updated for version 0.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
4b78efedb5
commit
9e9db606a4
2 changed files with 6 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
PRGNAM=lddot
|
||||
VERSION=${VERSION:-0.1}
|
||||
VERSION=${VERSION:-0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -27,11 +27,8 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
install -m0755 $PRGNAM $PKG/usr/bin
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lddot"
|
||||
VERSION="0.1"
|
||||
VERSION="0.2"
|
||||
HOMEPAGE="http://jwilk.net/software/lddot"
|
||||
DOWNLOAD="https://github.com/jwilk/lddot/releases/download/0.1/lddot-0.1.tar.gz"
|
||||
MD5SUM="6738ceb8e2e09ceb0aacb93a40a35653"
|
||||
DOWNLOAD="https://github.com/jwilk/lddot/releases/download/0.2/lddot-0.2.tar.gz"
|
||||
MD5SUM="d1c274a39208357ec963c33094bdccae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue