mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
gis/pyshp: Updated for version 1.2.9.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
cc588242fe
commit
ca4736303e
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pyshp
|
||||
VERSION=${VERSION:-1.2.3}
|
||||
VERSION=${VERSION:-1.2.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 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 changelog.txt README.txt LICENSE.TXT $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a changelog.txt README.md LICENSE.TXT $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyshp"
|
||||
VERSION="1.2.3"
|
||||
VERSION="1.2.9"
|
||||
HOMEPAGE="https://github.com/GeospatialPython/pyshp"
|
||||
DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/1.2.3.tar.gz"
|
||||
MD5SUM="2f7d14f3f1562ee2fdcb0051c6ecb614"
|
||||
DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/1.2.9.tar.gz"
|
||||
MD5SUM="8a931fbe421000877b9fc9401252c89f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue