libraries/configobj: New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2014-09-16 07:44:50 +07:00 committed by Willy Sudiarto Raharjo
parent 2363863b9b
commit c608c00fa7
2 changed files with 11 additions and 4 deletions

View file

@ -4,6 +4,13 @@
# Written by Luis Henrique <lmello.009@gmail.com>
# Modified by B. Watson <yalhcru@gmail.com>
# 20140915 bkw:
# - Took over maintenance
# - Exclude __MACOSX dir from unzip command
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=configobj
VERSION=${VERSION:-4.7.2}
BUILD=${BUILD:-1}
@ -27,8 +34,8 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION __MACOSX/$PRGNAM-$VERSION
unzip $CWD/$PRGNAM-$VERSION.zip
rm -rf $PRGNAM-$VERSION
unzip $CWD/$PRGNAM-$VERSION.zip -x __MACOSX/\*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -6,5 +6,5 @@ MD5SUM="51cee395cfbf831339b03f72706de18e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Luis Henrique"
EMAIL="lmello.009@gmail.com"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"