mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/feedparser: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bc45edde64
commit
c1ba9e582b
2 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
# Slackware build script for feedparser
|
||||
# Modified by Luis Henrique <lmello.009@gmail.com>
|
||||
# Maintained 2014 by Christoph Willing <chris.willing@iinet.net.au>
|
||||
|
||||
# Copyright 2008-2009 Chess Griffin <chess@chessgriffin.com>
|
||||
# All rights reserved.
|
||||
|
@ -74,7 +75,7 @@ python setup.py build || exit 1
|
|||
|
||||
python setup.py install --root $PKG || exit 1
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
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
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="f2253de78085a1d5738f626fcc1d8f71"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
MAINTAINER="Luis Henrique"
|
||||
EMAIL="lmello.009@gmail.com"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@iinet.net.au"
|
||||
|
|
Loading…
Reference in a new issue