mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/Mako: Updated for version 0.3.2.
This commit is contained in:
parent
e6185a9ff4
commit
6cb750591e
2 changed files with 9 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=Mako
|
||||
VERSION=${VERSION:-0.2.5}
|
||||
VERSION=0.3.2
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -32,12 +32,11 @@ find . \
|
|||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
# Remove *.pyc files
|
||||
find $PKG -name "*.pyc" -exec rm -f {} \;
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Mako"
|
||||
VERSION="0.2.5"
|
||||
VERSION="0.3.2"
|
||||
HOMEPAGE="http://www.makotemplates.org/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/M/Mako/Mako-0.2.5.tar.gz"
|
||||
MD5SUM="d8ca783630dc5e93970a2075532fa643"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/M/Mako/Mako-0.3.2.tar.gz"
|
||||
MD5SUM="4fc68467ee226111e102510054ae1e51"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
|
|
Loading…
Reference in a new issue