mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/mtpfs: Updated for version 1.1+20210514_d228a21.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
49b6a67bcd
commit
deaaec7a63
2 changed files with 10 additions and 5 deletions
|
@ -6,10 +6,13 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230103 bkw: updated for v1.1+20210514_d228a21. upstream hasn't
|
||||
# done a release, but there's some useful bugfixes in git.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mtpfs
|
||||
VERSION=${VERSION:-1.1}
|
||||
VERSION=${VERSION:-1.1+20210514_d228a21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -47,12 +50,14 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}-$VERSION.tar.gz
|
||||
tar xvf $CWD/${PRGNAM}-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
autoreconf -if
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mtpfs"
|
||||
VERSION="1.1"
|
||||
VERSION="1.1+20210514_d228a21"
|
||||
HOMEPAGE="https://www.adebenham.com/mtpfs/"
|
||||
DOWNLOAD="https://www.adebenham.com/files/mtp/mtpfs-1.1.tar.gz"
|
||||
MD5SUM="a299cadca336e6945b7275b44c6e8d27"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/mtpfs-1.1+20210514_d228a21.tar.xz"
|
||||
MD5SUM="90aaaf870b05f21efa740aec3a2b5d2d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue