mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/geopy: Note current maintainer
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5c5d1b3c88
commit
05fbc896bf
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for GeoIP-Python
|
||||
# SlackBuild for geopy python library
|
||||
|
||||
# Written by Dominik Drobek <dominik.drobek (at) o2.pl>
|
||||
# Currently maintained by Francisco Sokol <chico.sokol@gmail.com>
|
||||
|
||||
PRGNAM=geopy
|
||||
VERSION=${VERSION:-0.94.1}
|
||||
|
@ -53,9 +55,7 @@ find . \
|
|||
python setup.py install --root=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
PKG-INFO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="csokol"
|
||||
EMAIL="chico.sokol@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue