diff --git a/audio/slv2/BUILD b/audio/slv2/BUILD new file mode 100644 index 00000000000..198230f5576 --- /dev/null +++ b/audio/slv2/BUILD @@ -0,0 +1,8 @@ +( + + ./waf configure --prefix=/usr && + ./waf build && + prepare_install && + ./waf install + +) > $C_FIFO 2>&1 diff --git a/audio/slv2/DEPENDS b/audio/slv2/DEPENDS new file mode 100644 index 00000000000..00761f32794 --- /dev/null +++ b/audio/slv2/DEPENDS @@ -0,0 +1,6 @@ +depends lv2core +depends redland +# For the waf build system +depends Python + +optional_depends jack "" "--no-jack" "to build jack clients" diff --git a/audio/slv2/DETAILS b/audio/slv2/DETAILS new file mode 100644 index 00000000000..86be442669d --- /dev/null +++ b/audio/slv2/DETAILS @@ -0,0 +1,14 @@ + MODULE=slv2 + VERSION=0.6.6 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://download.drobilla.net/ + SOURCE_VFY=sha1:7dc47153b1468056b0e30b1175c7fc57b184aaec + WEB_SITE=http://drobilla.net/software/slv2/ + ENTERED=20110828 + UPDATED=20110828 + SHORT="SLV2 is a library to make use of LV2 plugins." + +cat << EOF +SLV2 is a library to make the use of LV2 plugins +as simple as possible for applications. +EOF