diff options
author | Šime Ramov <s@ramov.com> | 2017-01-24 19:58:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:00 +0700 |
commit | a21316b6723eb96445f47b5704688af5e6bdf03c (patch) | |
tree | 37ef4504fc0b4330094eb3352a119c968be8ee88 /libraries | |
parent | 0fa0cbe8db5b4649bb4fb553f38a2195529840be (diff) | |
download | slackbuilds-a21316b6723eb96445f47b5704688af5e6bdf03c.tar.gz |
libraries/html5lib: Updated for version 0.9999999.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/html5lib/html5lib.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/html5lib/html5lib.info | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/libraries/html5lib/html5lib.SlackBuild b/libraries/html5lib/html5lib.SlackBuild index 0501bd2fe4..a4c0787c48 100644 --- a/libraries/html5lib/html5lib.SlackBuild +++ b/libraries/html5lib/html5lib.SlackBuild @@ -4,13 +4,13 @@ # Written by Šime Ramov <s@ramov.com> PRGNAM=html5lib -VERSION=${VERSION:-0.90} +VERSION=${VERSION:-0.9999999} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -26,9 +26,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -unzip $CWD/$PRGNAM-$VERSION.zip -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-python-$VERSION +tar xvf $CWD/$PRGNAM-python-$VERSION.tar.gz +cd $PRGNAM-python-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -39,7 +39,7 @@ find -L . \ python setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGES.rst README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/html5lib/html5lib.info b/libraries/html5lib/html5lib.info index 7a28ee7f40..c67b4fd109 100644 --- a/libraries/html5lib/html5lib.info +++ b/libraries/html5lib/html5lib.info @@ -1,8 +1,8 @@ PRGNAM="html5lib" -VERSION="0.90" -HOMEPAGE="http://code.google.com/p/html5lib/" -DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/python-html5lib/html5lib-0.90.zip/691e6b9ebe15b333a28280974b2ce432/html5lib-0.90.zip" -MD5SUM="691e6b9ebe15b333a28280974b2ce432" +VERSION="0.9999999" +HOMEPAGE="https://github.com/html5lib/" +DOWNLOAD="https://github.com/html5lib/html5lib-python/archive/0.9999999/html5lib-python-0.9999999.tar.gz" +MD5SUM="2ca78b1ec5852779bc121a97da6e8d4d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |