mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/forkstat: Updated for version 0.01.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8ee80adc21
commit
dd5ba29442
2 changed files with 9 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=forkstat
|
||||
VERSION=${VERSION:-0.01.11}
|
||||
VERSION=${VERSION:-0.01.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,16 +74,17 @@ make prefix=/usr DESTDIR=$PKG
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
install -Dm755 forkstat $PKG/usr/bin/forkstat
|
||||
|
||||
mkdir -p $PKG/usr/man/man8
|
||||
cp -a forkstat.8 $PKG/usr/man/man8
|
||||
install -D -m644 forkstat.8 $PKG/usr/man/man8/forkstat.8
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
cp -a forkstat $PKG/usr/bin
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION/LICENSE
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="forkstat"
|
||||
VERSION="0.01.11"
|
||||
VERSION="0.01.12"
|
||||
HOMEPAGE="http://kernel.ubuntu.com/~cking/forkstat/"
|
||||
DOWNLOAD="http://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-0.01.11.tar.gz"
|
||||
MD5SUM="430b1f2233bfc53746c30bf164fa26ad"
|
||||
DOWNLOAD="http://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-0.01.12.tar.gz"
|
||||
MD5SUM="c197aa8989c15a0a02cad00354b4258e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue