wok view liblrdf/receipt @ rev 10034

glibc: be compatible with current stable kernel
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 20 03:21:36 2011 +0200 (2011-05-20)
parents c406bb1d8a76
children b7319995b37e
line source
1 # SliTaz package receipt.
3 PACKAGE="liblrdf"
4 VERSION="0.4.0"
5 CATEGORY="multimedia"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="A library for the manipulation of RDF file in LADSPA plugins"
8 WEB_SITE="http://sourceforge.net/projects/lrdf"
9 TARBALL="${PACKAGE}-${VERSION}.tar.gz"
10 WGET_URL="$SF_MIRROR/lrdf/$TARBALL"
12 DEPENDS="raptor ladspa libcurl libxslt"
13 BUILD_DEPENDS="raptor-dev ladspa-dev curl-dev libxslt-dev"
15 # Rules to configure and make the package.
17 compile_rules() {
18 ./configure && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib $fs/usr/share
25 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
26 cp -a $_pkg/usr/share/ladspa $fs/usr/share
27 }