system/smem: Cleanup.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2017-01-05 21:04:02 +02:00 committed by Willy Sudiarto Raharjo
parent 3f97c1309e
commit d1fd4eb77f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 8 deletions

View file

@ -14,6 +14,6 @@ smem: set size (PSS), which is a more meaningful representation of the
smem: amount of memory used by libraries and applications in a virtual
smem: memory system.
smem:
smem: Homepage: http://www.selenic.com/smem/
smem: Homepage: https://www.selenic.com/smem/
smem:
smem:

View file

@ -3,7 +3,7 @@
# Slackware build script for smem
# Copyright 2009 Dušan Stefanović <stefanovic.dusan@gmail.com>
# Copyright 2013 Audrius Kažukauskas <audrius@neutrino.lt>
# Copyright 2013-2017 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -45,10 +45,10 @@ 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -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 {} \;
install -m 0755 -D smem $PKG/usr/bin/smem

View file

@ -1,7 +1,7 @@
PRGNAM="smem"
VERSION="1.4"
HOMEPAGE="http://www.selenic.com/smem/"
DOWNLOAD="http://www.selenic.com/smem/download/smem-1.4.tar.gz"
HOMEPAGE="https://www.selenic.com/smem/"
DOWNLOAD="https://www.selenic.com/smem/download/smem-1.4.tar.gz"
MD5SUM="fe79435c3930389bfdb560255c802162"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""