diff options
-rw-r--r-- | python/feedparser/README (renamed from network/feedparser/README) | 0 | ||||
-rw-r--r-- | python/feedparser/feedparser.SlackBuild (renamed from network/feedparser/feedparser.SlackBuild) | 7 | ||||
-rw-r--r-- | python/feedparser/feedparser.info (renamed from network/feedparser/feedparser.info) | 2 | ||||
-rw-r--r-- | python/feedparser/slack-desc (renamed from network/feedparser/slack-desc) | 12 |
4 files changed, 9 insertions, 12 deletions
diff --git a/network/feedparser/README b/python/feedparser/README index 1d9eefaa3801..1d9eefaa3801 100644 --- a/network/feedparser/README +++ b/python/feedparser/README diff --git a/network/feedparser/feedparser.SlackBuild b/python/feedparser/feedparser.SlackBuild index c2e987fdb392..918229cafb27 100644 --- a/network/feedparser/feedparser.SlackBuild +++ b/python/feedparser/feedparser.SlackBuild @@ -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 diff --git a/network/feedparser/feedparser.info b/python/feedparser/feedparser.info index dec760a8c1ed..80ed66d2daa0 100644 --- a/network/feedparser/feedparser.info +++ b/python/feedparser/feedparser.info @@ -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="" diff --git a/network/feedparser/slack-desc b/python/feedparser/slack-desc index a7a14a8d873f..a10fd0f12dbe 100644 --- a/network/feedparser/slack-desc +++ b/python/feedparser/slack-desc @@ -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: |