libraries/liblrdf: Updated for version 0.4.0

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:31:03 +02:00 committed by Robby Workman
parent e5ba75b693
commit ab6f0e2206
3 changed files with 4 additions and 3 deletions

View file

@ -2,5 +2,4 @@ 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.
This requires ladspa_sdk.

View file

@ -78,4 +78,4 @@ 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
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="liblrdf"
VERSION="0.4.0"
HOMEPAGE="http://sourceforge.net/projects/lrdf"
DOWNLOAD="http://downloads.sourceforge.net/lrdf/liblrdf-0.4.0.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="327a5674f671c4b360c6353800226877"
MD5SUM_x86_64=""
MAINTAINER="ppr:kut"
EMAIL="HMWiesinger@gmx.at"
APPROVED="rworkman"