diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-19 19:17:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:47 +0700 |
commit | 934eddd924ed67bdaaede456ee4bdcdb47e3e784 (patch) | |
tree | e8c6bce7d68b2a061503b189c1628a0090c3cf69 /python/py3cairo | |
parent | b22991cf18750dadc8bfedab369693d37dc6e71d (diff) |
python/py3cairo: Use tgz.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/py3cairo')
-rw-r--r-- | python/py3cairo/py3cairo.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 <bocke@slackware-srbija.org>, 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} |