wok-next view liblrdf/receipt @ rev 20564

shell-detector, screenfetch: create $install tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:14:26 2018 +0200 (2018-04-10)
parents d43bf7aae921
children 25deb7c6df08
line source
1 # SliTaz package receipt v2.
3 PACKAGE="liblrdf"
4 VERSION="0.4.0"
5 CATEGORY="multimedia"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="A library for the manipulation of RDF file in LADSPA plugins"
9 WEB_SITE="http://sourceforge.net/projects/lrdf"
11 TARBALL="${PACKAGE}-${VERSION}.tar.gz"
12 WGET_URL="$SF_MIRROR/lrdf/$TARBALL"
14 BUILD_DEPENDS="raptor-dev ladspa-dev curl-dev libxslt-dev \
15 autoconf automake libtool"
16 SPLIT="liblrdf-dev"
18 compile_rules() {
19 patch -Np1 -i $stuff/md5.patch
20 patch -Np0 -i $stuff/raptor2.diff
21 patch -Np1 -i $stuff/pkgconfig-raptor.patch
22 autoreconf -vfi
23 ./configure $CONFIGURE_ARGS && make && make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 liblrdf)
29 copy @std
30 DEPENDS="raptor ladspa libcurl libxslt"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="liblrdf raptor-dev"
35 ;;
36 esac
37 }