#Maintainer: Dimitris Jemos <djemos~at~slackel~dot~gr>

#Mandatory
pkgname=liblrdf
pkgver=0.4.0
pkgrel=1dj
arch=i486
source=(http://downloads.sourceforge.net/lrdf/$pkgname/$pkgname-$pkgver.tar.gz)
#Optional
docs=("AUTHORS" "ChangeLog" "COPYING" "INSTALL" "NEWS" "README")
url=hhttp://sourceforge.net/projects/lrdf/

slackdesc=\
(
 #|-----handy-ruler------------------------------------------------------|
"liblrdf (RDF Manipulation Library)"
"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."

)

build() {
       cd $startdir/src/$pkgname-$pkgver || return 1
      ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc \
      --disable-static --build=$arch-slackware-linux
    
        make || return 1
        make install DESTDIR=$startdir/pkg || return 1
                      
}