summaryrefslogtreecommitdiffstats
path: root/steamclient
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-05-10 19:56:41 +0000
committer Eric Hameleers <alien@slackware.com>2013-05-10 19:56:41 +0000
commit103552c6555ad0c80d8d3a3c3ade733bb67c9736 (patch)
treec08d12c12222b585602b61480064d1589586fe60 /steamclient
parent2745f3b9b3beb06fb47681209e117975cf4287ef (diff)
downloadasb-103552c6555ad0c80d8d3a3c3ade733bb67c9736.tar.gz
asb-103552c6555ad0c80d8d3a3c3ade733bb67c9736.tar.xz
Update to 1.0.0.39. Also install the included udev rule for a steam controller
Diffstat (limited to 'steamclient')
-rwxr-xr-xsteamclient/build/steamclient.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/steamclient/build/steamclient.SlackBuild b/steamclient/build/steamclient.SlackBuild
index 3069e6ce..f1227d90 100755
--- a/steamclient/build/steamclient.SlackBuild
+++ b/steamclient/build/steamclient.SlackBuild
@@ -52,6 +52,8 @@
# * Update.
# 1.0.0.38-1: 25/apr/2013 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.0.0.39-1: 10/may/2013 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh steamclient.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -60,7 +62,7 @@
# -----------------------------------------------------------------------------
PRGNAM=steamclient
-VERSION=${VERSION:-1.0.0.38} # Use "LATEST" to just dowload the latest version.
+VERSION=${VERSION:-1.0.0.39} # Use "LATEST" to just dowload the latest version.
ARCH=i386
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -184,6 +186,11 @@ install -p -m 644 icons/48/steam_tray_mono.png $PKG/usr/share/pixmaps/steam_tray
install -d -m 755 $PKG/usr/lib/steam/
install -p -m 644 bootstraplinux_*_32.tar.xz $PKG/usr/lib/steam/
+# Install udev rule for the Steam Controller:
+install -d -m 755 $PKG/lib/udev/rules.d
+install -p -m 644 lib/udev/rules.d/99-steam-controller-perms.rules \
+ $PKG/lib/udev/rules.d/
+
# Add some documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -ia COPYING README steam_install_agreement.txt \