From 934eddd924ed67bdaaede456ee4bdcdb47e3e784 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 19 Apr 2014 19:17:53 +0700 Subject: python/py3cairo: Use tgz. Signed-off-by: Willy Sudiarto Raharjo --- python/py3cairo/py3cairo.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/py3cairo') diff --git a/python/py3cairo/py3cairo.SlackBuild b/python/py3cairo/py3cairo.SlackBuild index 6a4baedc24d1..8207ee2dd92a 100644 --- a/python/py3cairo/py3cairo.SlackBuild +++ b/python/py3cairo/py3cairo.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for py3cairo +# Slackware build script for py3cairo # Copyright 2014, Bojan Popovic , Belgrade, Serbia # All rights reserved. # @@ -83,7 +83,7 @@ python3 ./waf configure \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION -python3 ./waf build +python3 ./waf build DESTDIR=$PKG python3 ./waf install find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ @@ -99,4 +99,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} -- cgit v1.2.3