system/tp_smapi: Updated for version 0.43 + New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Maykon Chagas 2018-04-12 20:45:45 +07:00 committed by Willy Sudiarto Raharjo
parent b6a2ef639d
commit 36ddd673d9
3 changed files with 13 additions and 12 deletions

View file

@ -1,13 +1,13 @@
tp_smapi (SMAPI BIOS access for ThinkPad Laptops)
ThinkPad laptops include a proprietary interface called SMAPI BIOS
ThinkPad laptops include a proprietary interface called SMAPI BIOS
(System Management Application Program Interface) which provides some
hardware control functionality that is not accessible by other means.
WARNING:
WARNING:
This driver uses undocumented features and direct hardware access.
It thus cannot be guaranteed to work, and may cause arbitrary damage
(especially to models on which it wasn't tested).
(especially to models on which it wasn't tested).
NOTES:
* The source code of this package is from a tp_smapi fork:

View file

@ -22,7 +22,8 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tp_smapi
VERSION=${VERSION:-0.41}
SRCNAM=tp-smapi
VERSION=${VERSION:-0.43}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
rm -rf $PRGNAM-tp-smapi-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $PRGNAM-tp-smapi-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,10 +1,10 @@
PRGNAM="tp_smapi"
VERSION="0.41"
VERSION="0.43"
HOMEPAGE="https://github.com/evgeni/tp_smapi"
DOWNLOAD="https://github.com/downloads/evgeni/tp_smapi/tp_smapi-0.41.tar.gz"
MD5SUM="63c683415c764568f6bf17c7eabe4752"
DOWNLOAD="https://github.com/evgeni/tp_smapi/archive/tp-smapi/0.43/tp-smapi-0.43.tar.gz"
MD5SUM="0e8dfb8af5b2cf361bb74e9ffef60f87"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Antonio Hernández Blas"
EMAIL="hba.nihilismus@gmail.com"
MAINTAINER="Maykon Chagas"
EMAIL="mchagas@member.fsf.org"