diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-03-07 21:26:58 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-03-08 08:59:45 +0100 |
commit | b604e1b12779fec10d783a94ad147fcd81abbc54 (patch) | |
tree | 691ea2d827a20b72c44b914101eddd2d250725b5 /source/ap/most | |
parent | 3795d8d3c2a562a61c9a35d2dc839405700f3044 (diff) | |
download | current-b604e1b12779fec10d783a94ad147fcd81abbc54.tar.gz |
Thu Mar 7 21:26:58 UTC 201920190307212658
a/e2fsprogs-1.44.6-x86_64-1.txz: Upgraded.
ap/man-pages-5.00-noarch-1.txz: Upgraded.
ap/most-5.1.0-x86_64-1.txz: Upgraded.
n/php-7.2.16-x86_64-1.txz: Upgraded.
x/xf86-video-amdgpu-19.0.0-x86_64-1.txz: Upgraded.
x/xf86-video-ati-19.0.0-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-60.5.3-x86_64-1.txz: Upgraded.
xap/pavucontrol-4.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/most')
-rwxr-xr-x | source/ap/most/most.SlackBuild | 10 | ||||
-rw-r--r-- | source/ap/most/most.url | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/source/ap/most/most.SlackBuild b/source/ap/most/most.SlackBuild index 5a9614b3..f9c1857f 100755 --- a/source/ap/most/most.SlackBuild +++ b/source/ap/most/most.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=most -VERSION=5.0.0a -BUILD=${BUILD:-3} +VERSION=5.1.0 +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -64,9 +64,10 @@ mkdir -p $TMP $PKG cd $TMP rm -rf most-$VERSION -tar xvf $CWD/most-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/most-$VERSION.tar.?z || exit 1 cd most-$VERSION || exit 1 chown -R root:root . + find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ @@ -79,7 +80,7 @@ CFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc \ --with-slang=/usr \ - --build=$ARCH-slackware-linux + --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 @@ -108,4 +109,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc # Build the package: cd $PKG /sbin/makepkg -l y -c n $TMP/most-$VERSION-$ARCH-$BUILD.txz - diff --git a/source/ap/most/most.url b/source/ap/most/most.url new file mode 100644 index 00000000..7186a9a1 --- /dev/null +++ b/source/ap/most/most.url @@ -0,0 +1 @@ +https://www.jedsoft.org/releases/most/ |