libraries/liblrdf: Updated for version 0.5.0

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2012-08-21 18:30:40 +02:00
parent d0f68ac13f
commit 6a3b1454e6
3 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,3 @@
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 ladspa_sdk.

View file

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=liblrdf
VERSION=0.4.0
BUILD=${BUILD:-2}
VERSION=0.5.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -59,12 +59,14 @@ 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
rm -rf swh-LRDF-7ebc032
tar xvf $CWD/swh-LRDF-$VERSION-0-g7ebc032.tar.gz
cd swh-LRDF-7ebc032
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +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"
VERSION="0.5.0"
HOMEPAGE="https://github.com/swh/LRDF"
DOWNLOAD="https://github.com/swh/LRDF/tarball/0.5.0"
MD5SUM="005ea24152620da7f2ee80a78e17f784"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ladspa_sdk"