libraries/libsigrok: Updated for version 20201229_f93bf8b.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-01-02 08:18:38 +01:00 committed by Robby Workman
parent 05f838ad3e
commit fad500b2bb
2 changed files with 7 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libsigrok
VERSION=${VERSION:-0.5.2}
VERSION=${VERSION:-20201229_f93bf8b}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ 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.?z
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -69,6 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="libsigrok"
VERSION="0.5.2"
VERSION="20201229_f93bf8b"
HOMEPAGE="https://sigrok.org/wiki/Libsigrok"
DOWNLOAD="https://sigrok.org/download/source/libsigrok/libsigrok-0.5.2.tar.gz"
MD5SUM="e258d471b6d5eaa58daf927a0dc3ba67"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/libsigrok-20201229_f93bf8b.tar.xz"
MD5SUM="8c072b43fc5b940f500be3e4680a7280"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""