diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/usb_modeswitch/usb_modeswitch.SlackBuild | 18 | ||||
-rw-r--r-- | source/l/fuse3/doinst.sh | 2 | ||||
-rwxr-xr-x | source/l/fuse3/fuse3.SlackBuild | 5 | ||||
-rwxr-xr-x | source/l/libical/libical.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/samba/samba.url | 4 |
5 files changed, 21 insertions, 10 deletions
diff --git a/source/a/usb_modeswitch/usb_modeswitch.SlackBuild b/source/a/usb_modeswitch/usb_modeswitch.SlackBuild index a75620e80..97392fc1e 100755 --- a/source/a/usb_modeswitch/usb_modeswitch.SlackBuild +++ b/source/a/usb_modeswitch/usb_modeswitch.SlackBuild @@ -1,6 +1,8 @@ #!/bin/bash -# Copyright 2010, 2012, 2013, 2015, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Slackware build script for usb_modeswitch. + +# Copyright 2010, 2012, 2013, 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA # Copyright 2010 David Somero, Athens, TN, USA # All rights reserved. # @@ -24,9 +26,9 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=usb_modeswitch -VERSION=${VERSION:-2.6.0} +VERSION=${VERSION:-2.5.2} DATAVER=${DATAVER:-20191128} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -70,7 +72,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $SRCPKGNAM-$VERSION -tar xvf $CWD/$SRCPKGNAM-$VERSION.tar.?z || exit 1 +tar xvf $CWD/$SRCPKGNAM-$VERSION.tar.?z* || exit 1 cd $SRCPKGNAM-$VERSION || exit 1 chown -R root:root . find . \ @@ -80,6 +82,8 @@ find . \ -exec chmod 644 {} \+ make clean || exit 1 +# "make static" uses the embedded "jim" Tcl interpreter +make static || exit 1 make \ DESTDIR=$PKG \ @@ -112,6 +116,10 @@ cp -a \ $PKG/usr/doc/$PKGNAM-$VERSION # http://www.draisberghof.de/usb_modeswitch/device_reference.txt.gz zcat $CWD/device_reference.txt.gz > $PKG/usr/doc/$PKGNAM-$VERSION/device_reference.txt +mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION/jim +cp -a \ + jim/{AUTHORS,LICENSE,README*} \ + $PKG/usr/doc/$PKGNAM-$VERSION/jim # If there's a ChangeLog, installing at least part of the recent history # is useful, but don't let it get totally out of control: @@ -124,7 +132,7 @@ fi # Now, install the data pack: cd $TMP rm -rf usb-modeswitch-data-${DATAVER} -tar xvf $CWD/usb-modeswitch-data-${DATAVER}.tar.?z || exit 1 +tar xvf $CWD/usb-modeswitch-data-${DATAVER}.tar.?z* || exit 1 cd usb-modeswitch-data-${DATAVER} || exit 1 chown -R root:root . find . \ diff --git a/source/l/fuse3/doinst.sh b/source/l/fuse3/doinst.sh index f87ea43b0..0369602a1 100644 --- a/source/l/fuse3/doinst.sh +++ b/source/l/fuse3/doinst.sh @@ -21,4 +21,4 @@ if [ -e etc/rc.d/rc.fuse3 ]; then fi config etc/rc.d/rc.fuse3.new - +config etc/fuse.conf.new diff --git a/source/l/fuse3/fuse3.SlackBuild b/source/l/fuse3/fuse3.SlackBuild index 054179b2c..2b5e3ab4f 100755 --- a/source/l/fuse3/fuse3.SlackBuild +++ b/source/l/fuse3/fuse3.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=fuse3 SRCNAM=fuse VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -110,6 +110,9 @@ cd .. # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la +# Move /etc/fuse.conf to /etc/fuse.conf.new: +mv $PKG/etc/fuse.conf $PKG/etc/fuse.conf.new + find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null diff --git a/source/l/libical/libical.SlackBuild b/source/l/libical/libical.SlackBuild index e4126d5c6..9fea6a541 100755 --- a/source/l/libical/libical.SlackBuild +++ b/source/l/libical/libical.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libical VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url index d20f67a84..89890af29 100644 --- a/source/n/samba/samba.url +++ b/source/n/samba/samba.url @@ -1,2 +1,2 @@ -https://download.samba.org/pub/samba/stable/samba-4.11.3.tar.gz -https://download.samba.org/pub/samba/stable/samba-4.11.3.tar.asc +https://download.samba.org/pub/samba/stable/samba-4.11.4.tar.gz +https://download.samba.org/pub/samba/stable/samba-4.11.4.tar.asc |