mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/FormEncode: Updated for version 1.2.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
17be6dee7f
commit
2f5b5bd536
3 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for FormEncode
|
||||
|
||||
# Copyright 2011 Mikko Värri, Finland
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=FormEncode
|
||||
VERSION=${VERSION:-1.2.4}
|
||||
VERSION=${VERSION:-1.2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -46,7 +46,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="FormEncode"
|
||||
VERSION="1.2.4"
|
||||
VERSION="1.2.6"
|
||||
HOMEPAGE="http://FormEncode.org/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.4.tar.gz"
|
||||
MD5SUM="6bc17fb9aed8aea198975e888e2077f4"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.6.zip"
|
||||
MD5SUM="c9d51fcfdaf5c2480963930ef0167575"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
REQUIRES="distribute"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
FormEncode: FormEncode (HTML form validation, generation, and conversion package)
|
||||
|
|
Loading…
Reference in a new issue