summaryrefslogtreecommitdiffstats
path: root/source/l/pygobject/pygobject.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/pygobject/pygobject.SlackBuild')
-rwxr-xr-xsource/l/pygobject/pygobject.SlackBuild33
1 files changed, 17 insertions, 16 deletions
diff --git a/source/l/pygobject/pygobject.SlackBuild b/source/l/pygobject/pygobject.SlackBuild
index 3e874d8b0..edd0f10a8 100755
--- a/source/l/pygobject/pygobject.SlackBuild
+++ b/source/l/pygobject/pygobject.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pygobject
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -79,21 +79,22 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-CFLAGS="$SLKCFLAGS" \
-PYTHON=python3 \
-./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-introspection \
- --build=$ARCH-slackware-linux \
- || exit 1
-
-make $NUMJOBS || make || exit 1
-make install DESTDIR=$PKG || exit 1
-
-make clean
+# This package is obsolete, so don't worry that python3 bindings won't build:
+#CFLAGS="$SLKCFLAGS" \
+#PYTHON=python3 \
+#./configure \
+# --prefix=/usr \
+# --libdir=/usr/lib${LIBDIRSUFFIX} \
+# --sysconfdir=/etc \
+# --localstatedir=/var \
+# --disable-introspection \
+# --build=$ARCH-slackware-linux \
+# || exit 1
+#
+#make $NUMJOBS || make || exit 1
+#make install DESTDIR=$PKG || exit 1
+#
+#make clean
CFLAGS="$SLKCFLAGS" \
./configure \