summaryrefslogtreecommitdiffstats
path: root/libsigc++
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-08-07 21:35:14 +0000
committer Eric Hameleers <alien@slackware.com>2012-08-07 21:35:14 +0000
commit6d3f8dc530431c87468d89581225c230cf0e4209 (patch)
treea6af0ba27e56b1cfcea69cd0d326be856feed76d /libsigc++
parentbcf594a16db92373814d94771111e7a78737ce84 (diff)
downloadasb-6d3f8dc530431c87468d89581225c230cf0e4209.tar.gz
asb-6d3f8dc530431c87468d89581225c230cf0e4209.tar.xz
Bump BUILD for Slackware 14
Diffstat (limited to 'libsigc++')
-rwxr-xr-xlibsigc++/build/libsigc++.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libsigc++/build/libsigc++.SlackBuild b/libsigc++/build/libsigc++.SlackBuild
index 0b2988de..d52081ed 100755
--- a/libsigc++/build/libsigc++.SlackBuild
+++ b/libsigc++/build/libsigc++.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# * Initial build.
# 2.2.10-1: 07/aug/2011 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.2.10-2: 07/aug/2012 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt for Slackware 14.
#
# Run 'sh libsigc++.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -46,7 +48,7 @@
PRGNAM=libsigc++
VERSION=${VERSION:-2.2.10}
MAJVER=$(echo $VERSION | cut -d. -f1-2)
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}