diff options
author | koolniczka <koolniczka@szm.com> | 2010-05-11 20:00:08 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackbuilds.org> | 2010-05-11 20:00:08 +0200 |
commit | ef3491ef7c803248e8017407b482d4f68f47e61e (patch) | |
tree | 8ac9ba7a71a8deb81188f36e24acd10c72f491e5 /desktop | |
parent | ef119707792cfc6d28817968a775522f69fe364d (diff) | |
download | slackbuilds-ef3491ef7c803248e8017407b482d4f68f47e61e.tar.gz |
desktop/liferea: Added to 12.0 repository
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/liferea/README | 14 | ||||
-rw-r--r-- | desktop/liferea/liferea.SlackBuild | 77 | ||||
-rw-r--r-- | desktop/liferea/liferea.info | 8 | ||||
-rw-r--r-- | desktop/liferea/slack-desc | 19 |
4 files changed, 118 insertions, 0 deletions
diff --git a/desktop/liferea/README b/desktop/liferea/README new file mode 100644 index 0000000000..e686720116 --- /dev/null +++ b/desktop/liferea/README @@ -0,0 +1,14 @@ +Liferea is an aggregator for online news feeds. There are many +other news readers available, but these others are not available +for Linux or require many extra libraries to be installed. +Liferea tries to fill this gap by creating a fast, easy to use, +easy to install news aggregator for GTK/GNOME. + +Though it is intended for the GNOME desktop it integrates fine with +other environments. It supports a number of different feed formats +including RSS/RDF, CDF and Atom, allows direct subscriptions from +Firefox 1.5.x (with FeedBag), Firefox 2.0.x and Epiphany. + +Liferea depends on libxml2, ORBit2, GConf2, libxslt and either +libgtkembedmoz, libxul or gtkhtml2 libraries (all of those should be +either part of the distribution or available from slackbuilds.org)
\ No newline at end of file diff --git a/desktop/liferea/liferea.SlackBuild b/desktop/liferea/liferea.SlackBuild new file mode 100644 index 0000000000..2e46e0f20b --- /dev/null +++ b/desktop/liferea/liferea.SlackBuild @@ -0,0 +1,77 @@ +#!/bin/sh + +# Slackware build script for liferea + +# Copyright 2007 koolniczka <koolniczka@szm.com> +# Based on Slackware build script for ORBit2 +# Copyright 2007 Daniel Liljeqvist (dasajev@gmail.com) +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# Modified by the SlackBuilds.org project. + +PRGNAM=liferea +VERSION=1.2.19 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP || exit 1 +rm -rf $PRGNAM-$VERSION +tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 +cd $PRGNAM-$VERSION || exit 1 +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/man \ + --disable-static + +make || exit 1 +make install-strip DESTDIR=$PKG || exit 1 + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog NEWS INSTALL README \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \; + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/desktop/liferea/liferea.info b/desktop/liferea/liferea.info new file mode 100644 index 0000000000..79d823ddea --- /dev/null +++ b/desktop/liferea/liferea.info @@ -0,0 +1,8 @@ +PRGNAM="liferea" +VERSION="1.2.19" +HOMEPAGE="http://liferea.sourceforge.net/" +DOWNLOAD="http://dl.sourceforge.net/liferea/liferea-1.2.19.tar.gz" +MD5SUM="c1045a6e2c8a6192beb9d72b3e435645" +MAINTAINER="koolniczka" +EMAIL="koolniczka@szm.com" +APPROVED="alien" diff --git a/desktop/liferea/slack-desc b/desktop/liferea/slack-desc new file mode 100644 index 0000000000..fc3fb843c6 --- /dev/null +++ b/desktop/liferea/slack-desc @@ -0,0 +1,19 @@ +# 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 ':'. + + |-----handy-ruler------------------------------------------------------| +liferea: liferea (linux feed reader) +liferea: +liferea: Liferea is an aggregator for online news feeds. There are many other +liferea: news readers available, but these others are not available for Linux +liferea: or require many extra libraries to be installed. +liferea: Liferea tries to fill this gap by creating a fast, easy to use, +liferea: easy to install news aggregator for GTK/GNOME. +liferea: +liferea: +liferea: +liferea: |