python/geopy: Note current maintainer

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
csokol 2011-12-12 12:33:16 -06:00 committed by Niels Horn
parent 5c5d1b3c88
commit 05fbc896bf
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="csokol"
EMAIL="chico.sokol@gmail.com"
APPROVED="Niels Horn"
APPROVED="rworkman"