mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/liblrdf: Updated for version 0.4.0
This commit is contained in:
parent
e5ba75b693
commit
ab6f0e2206
3 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue