mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/feedparser: Moved from network fixed homepage.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
3e5006c50c
commit
9dc2ea0ae8
4 changed files with 9 additions and 12 deletions
|
@ -25,15 +25,13 @@
|
|||
|
||||
PRGNAM=feedparser
|
||||
VERSION=5.1.3
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -80,9 +78,8 @@ find $PKG | xargs 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 $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} \;
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
|
@ -1,6 +1,6 @@
|
|||
PRGNAM="feedparser"
|
||||
VERSION="5.1.3"
|
||||
HOMEPAGE="http://www.feedparser.org"
|
||||
HOMEPAGE="http://code.google.com/p/feedparser/"
|
||||
DOWNLOAD="http://feedparser.googlecode.com/files/feedparser-5.1.3.tar.gz"
|
||||
MD5SUM="f2253de78085a1d5738f626fcc1d8f71"
|
||||
DOWNLOAD_x86_64=""
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
feedparser: feedparser (parse RSS feeds in Python)
|
||||
|
@ -11,7 +11,7 @@ feedparser:
|
|||
feedparser: feedparser is a Python utility to parse RSS and Atom feeds
|
||||
feedparser:
|
||||
feedparser:
|
||||
feedparser: Homepage: http://www.feedparser.org
|
||||
feedparser: Homepage: http://code.google.com/p/feedparser/
|
||||
feedparser:
|
||||
feedparser:
|
||||
feedparser:
|
Loading…
Reference in a new issue