mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/evtest: Updated for version 1.35.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ab5cd697b3
commit
c8aaeeb32d
2 changed files with 9 additions and 6 deletions
|
@ -10,12 +10,15 @@
|
|||
# seem to release tarballs (not even auto-generated git snapshot
|
||||
# ones).
|
||||
|
||||
# 20221227 bkw: updated for v1.3.5, fixed PKGTYPE in template.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=evtest
|
||||
VERSION=${VERSION:-1.34}
|
||||
VERSION=${VERSION:-1.35}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -79,11 +82,11 @@ gzip -9 $PKG/usr/man/man1/$PRGNAM.1
|
|||
|
||||
# evtest.txt is just a preformatted copy of the man page, don't bother.
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="evtest"
|
||||
VERSION="1.34"
|
||||
VERSION="1.35"
|
||||
HOMEPAGE="https://cgit.freedesktop.org/evtest/"
|
||||
DOWNLOAD="http://deb.debian.org/debian/pool/main/e/evtest/evtest_1.34.orig.tar.xz"
|
||||
MD5SUM="8dedbee9a6f9dc470ddaaa7ef8924448"
|
||||
DOWNLOAD="http://deb.debian.org/debian/pool/main/e/evtest/evtest_1.35.orig.tar.xz"
|
||||
MD5SUM="636241eb1d8369c8f40f73ccddd930ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue