mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/inxi: Updated for version 2.1.28 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4ab1a92962
commit
1b765176b6
3 changed files with 11 additions and 8 deletions
|
@ -1,2 +1,4 @@
|
|||
A newer, better system information script for irc, administration,
|
||||
inxi is a fork of infobash 3.02, the original bash sys info tool by locsmif.
|
||||
|
||||
Its a newer, better system information script for irc, administration,
|
||||
and system troubleshooters.
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for inxi
|
||||
|
||||
# Copyright 2011-2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=inxi
|
||||
VERSION=${VERSION:-1.8.14}
|
||||
VERSION=${VERSION:-2.1.28}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,7 +50,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
install -D -m 0755 inxi $PKG/usr/bin/inxi
|
||||
install -D -m 0644 inxi.8.gz $PKG/usr/man/man8/inxi.8.gz
|
||||
install -D -m 0644 inxi.1.gz $PKG/usr/man/man1/inxi.1.gz
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="inxi"
|
||||
VERSION="1.8.14"
|
||||
VERSION="2.1.28"
|
||||
HOMEPAGE="http://code.google.com/p/inxi/"
|
||||
DOWNLOAD="ftp://ftp.archlinux.org/other/community/inxi/inxi-1.8.14.tar.gz"
|
||||
MD5SUM="a39396aedff96d21fb9a201d058fe56f"
|
||||
DOWNLOAD="ftp://ftp.archlinux.org/other/community/inxi/inxi-2.1.28.tar.gz"
|
||||
MD5SUM="7ff664c61f561f64a9a34f7a3fa25434"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhvng@gmail.com"
|
||||
MAINTAINER="Aaditya Bagga"
|
||||
EMAIL="aaditya_gnulinux@zoho.com"
|
||||
|
|
Loading…
Reference in a new issue