summaryrefslogtreecommitdiffstats
path: root/configobj/build/configobj.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-10-06 13:34:29 +0000
committer Eric Hameleers <alien@slackware.com>2012-10-06 13:34:29 +0000
commit967ad321b78229ba40c60ae4d8e38fc025543fb7 (patch)
tree6dd6635a52e75cd77ae505d9781008794aa968ea /configobj/build/configobj.SlackBuild
parentb07c2428a7cb97a2f4889ff801a0e354cac6f2d8 (diff)
downloadasb-967ad321b78229ba40c60ae4d8e38fc025543fb7.tar.gz
asb-967ad321b78229ba40c60ae4d8e38fc025543fb7.tar.xz
Built for Slackware 14
Diffstat (limited to 'configobj/build/configobj.SlackBuild')
-rwxr-xr-xconfigobj/build/configobj.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/configobj/build/configobj.SlackBuild b/configobj/build/configobj.SlackBuild
index 59d83f49..c5926708 100755
--- a/configobj/build/configobj.SlackBuild
+++ b/configobj/build/configobj.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 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.
# 4.7.2-2: 17/oct/2010 by Eric Hameleers <alien@slackware.com>
# * Rebuilt for Slackware 13.1
+# 4.7.2-3: 05/oct/2012 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt for Slackware 14
#
# Run 'sh configobj.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=configobj
VERSION=${VERSION:-4.7.2}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}