2013-03-21 06:39:54 +08:00
|
|
|
# Maintainer: abveritas@chakra-project.org
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
pkgname=liblrdf
|
2012-05-20 00:12:58 +08:00
|
|
|
pkgver=0.5.0
|
2013-03-21 06:39:54 +08:00
|
|
|
pkgrel=5
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgdesc="A library for the manipulation of RDF file in LADSPA plugins"
|
2012-12-07 09:54:45 +08:00
|
|
|
arch=('x86_64')
|
2012-08-29 15:31:09 +08:00
|
|
|
url="https://github.com/swh/LRDF"
|
2011-08-20 18:50:36 +08:00
|
|
|
depends=('raptor' 'ladspa')
|
2010-03-14 23:48:48 +08:00
|
|
|
makedepends=('pkgconfig')
|
|
|
|
license=('GPL')
|
|
|
|
options=('!libtool')
|
2012-05-20 00:12:58 +08:00
|
|
|
source=("https://github.com/swh/LRDF/tarball/${pkgver}")
|
2010-03-14 23:48:48 +08:00
|
|
|
groups=('ladspa-plugins')
|
2012-05-20 00:12:58 +08:00
|
|
|
md5sums=('005ea24152620da7f2ee80a78e17f784')
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
build() {
|
2011-11-07 03:48:43 +08:00
|
|
|
cd "${srcdir}/swh-LRDF-7ebc032"
|
2012-05-20 00:12:58 +08:00
|
|
|
|
2011-08-20 18:50:36 +08:00
|
|
|
autoreconf -vfi
|
2012-08-29 15:31:09 +08:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--disable-static
|
2011-08-20 18:50:36 +08:00
|
|
|
make
|
|
|
|
}
|
2010-03-14 23:48:48 +08:00
|
|
|
|
2011-08-20 18:50:36 +08:00
|
|
|
package() {
|
2011-11-07 03:48:43 +08:00
|
|
|
cd "${srcdir}/swh-LRDF-7ebc032"
|
2011-08-20 18:50:36 +08:00
|
|
|
make DESTDIR="${pkgdir}" install
|
2010-03-14 23:48:48 +08:00
|
|
|
}
|