summaryrefslogtreecommitdiffstats
path: root/libwiimote
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-10-07 20:01:57 +0000
committer Eric Hameleers <alien@slackware.com>2012-10-07 20:01:57 +0000
commitacd885bc87d4ea21b7e85efae2ca010c5e90c25b (patch)
tree8e7b38726e604334ca7060f592b1c9bb20b470f8 /libwiimote
parent2e0ca58469912ca0cfb86627d286f1d1347e9133 (diff)
downloadasb-acd885bc87d4ea21b7e85efae2ca010c5e90c25b.tar.gz
asb-acd885bc87d4ea21b7e85efae2ca010c5e90c25b.tar.xz
Rebuilt for Slackware 14
Diffstat (limited to 'libwiimote')
-rwxr-xr-xlibwiimote/build/libwiimote.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libwiimote/build/libwiimote.SlackBuild b/libwiimote/build/libwiimote.SlackBuild
index 087e5ea0..d6f551a1 100755
--- a/libwiimote/build/libwiimote.SlackBuild
+++ b/libwiimote/build/libwiimote.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009,2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2012 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# * Initial build.
# 0.4-2: 20/jul/2010 by Eric Hameleers <alien@slackware.com>
# * Rebuilt for Slackware 13.1 (add support for BlueZ v4).
+# 0.4-3: 07/oct/2012 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt for Slackware 14.
#
# Run 'sh libwiimote.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
PRGNAM=libwiimote
VERSION=${VERSION:-0.4}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}