diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 20:00:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:53 +0200 |
commit | 974e298822b7e41496e745b3303b59589bf6861b (patch) | |
tree | a6a1370a6078159da98ccc251bcea42b3ed61f3f /libraries/liblrdf | |
parent | 19a04b0e1eccc964037d56e3cf90f9a3a7637685 (diff) | |
download | slackbuilds-974e298822b7e41496e745b3303b59589bf6861b.tar.gz |
libraries/liblrdf: Added to 12.0 repository
Diffstat (limited to 'libraries/liblrdf')
-rw-r--r-- | libraries/liblrdf/README | 6 | ||||
-rw-r--r-- | libraries/liblrdf/liblrdf.SlackBuild | 73 | ||||
-rw-r--r-- | libraries/liblrdf/liblrdf.info | 8 | ||||
-rw-r--r-- | libraries/liblrdf/slack-desc | 19 |
4 files changed, 106 insertions, 0 deletions
diff --git a/libraries/liblrdf/README b/libraries/liblrdf/README new file mode 100644 index 0000000000..4fe9042848 --- /dev/null +++ b/libraries/liblrdf/README @@ -0,0 +1,6 @@ +liblrdf is a library to make it easy to manipulate RDF files +describing LADSPA Plugins, but it can also be used for general +RDF Manipulation. + +This requires raptor and ladspa_sdk, both of which are also +available at SlackBuilds.org. diff --git a/libraries/liblrdf/liblrdf.SlackBuild b/libraries/liblrdf/liblrdf.SlackBuild new file mode 100644 index 0000000000..1c36d5fc9d --- /dev/null +++ b/libraries/liblrdf/liblrdf.SlackBuild @@ -0,0 +1,73 @@ +#!/bin/sh + +# Slackware build script for liblrdf +# Written by ppr:kut <hmwiesinger@gmx.at> + +# Copyright 2007 Heinz Wiesinger +# 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. + +PRGNAM=liblrdf +VERSION=0.4.0 +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 + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static + +make +make install-strip DESTDIR=$PKG + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \ + $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +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/libraries/liblrdf/liblrdf.info b/libraries/liblrdf/liblrdf.info new file mode 100644 index 0000000000..73eae12114 --- /dev/null +++ b/libraries/liblrdf/liblrdf.info @@ -0,0 +1,8 @@ +PRGNAM="liblrdf" +VERSION="0.4.0" +HOMEPAGE="http://sourceforge.net/projects/lrdf" +DOWNLOAD="http://downloads.sourceforge.net/lrdf/liblrdf-0.4.0.tar.gz" +MD5SUM="327a5674f671c4b360c6353800226877" +MAINTAINER="ppr:kut" +EMAIL="HMWiesinger@gmx.at" +APPROVED="rworkman" diff --git a/libraries/liblrdf/slack-desc b/libraries/liblrdf/slack-desc new file mode 100644 index 0000000000..86478acdd1 --- /dev/null +++ b/libraries/liblrdf/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------------------------------------------------------| +liblrdf: liblrdf (RDF Manipulation Library) +liblrdf: +liblrdf: liblrdf is a library to make it easy to manipulate RDF files +liblrdf: describing LADSPA Plugins, but it can also be used for general +liblrdf: RDF Manipulation. +liblrdf: +liblrdf: +liblrdf: +liblrdf: +liblrdf: +liblrdf: |