mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/feedparser: Clean up build and change maintainer.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
30c2e89e1d
commit
866b2673d3
3 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for feedparser
|
||||
# Modified by Luis Henrique <lmello.009@gmail.com>
|
||||
|
||||
# Copyright 2008-2009 Chess Griffin <chess@chessgriffin.com>
|
||||
# All rights reserved.
|
||||
|
@ -24,7 +25,7 @@
|
|||
|
||||
PRGNAM=feedparser
|
||||
VERSION=4.1
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://feedparser.googlecode.com/files/feedparser-4.1.zip"
|
|||
MD5SUM="7ab1140c1e29d4cd52ab20fa7b1f8640"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Chess Griffin"
|
||||
EMAIL="chess@chessgriffin.com"
|
||||
MAINTAINER="Luis Henrique"
|
||||
EMAIL="lmello.009@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
feedparser: feedparser (parse RSS feeds in Python)
|
||||
feedparser:
|
||||
feedparser:
|
||||
feedparser: feedparser is a Python utility to parse RSS and Atom feeds
|
||||
feedparser:
|
||||
feedparser:
|
||||
feedparser:
|
||||
feedparser: Homepage: http://www.feedparser.org
|
||||
feedparser:
|
||||
|
|
Loading…
Reference in a new issue