diff --git a/common/shlibs b/common/shlibs index 059a7384b1..c7150ee126 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1960,3 +1960,4 @@ libusbredirhost.so.1 usbredir-0.7_1 libprotobuf-c.so.1 protobuf-c-1.1.0_1 libutf8proc.so.1 libutf8proc-1.1.6_1 libnsutils.so.0 libnsutils-0.0.1_1 +libfilteraudio.so.0 filteraudio-git-20150313_1 diff --git a/srcpkgs/filteraudio-devel-git b/srcpkgs/filteraudio-devel-git new file mode 120000 index 0000000000..2cd1fab085 --- /dev/null +++ b/srcpkgs/filteraudio-devel-git @@ -0,0 +1 @@ +filteraudio-git \ No newline at end of file diff --git a/srcpkgs/filteraudio-git/template b/srcpkgs/filteraudio-git/template new file mode 100644 index 0000000000..1d08e94152 --- /dev/null +++ b/srcpkgs/filteraudio-git/template @@ -0,0 +1,26 @@ +# Template file for 'filteraudio-git' +pkgname="filteraudio-git" +version="20150313" +revision=1 +short_desc="Lightweight audio filtering library for TOX" +maintainer="Stefan Mühlinghaus " +license="3-clause-BSD" +homepage="https://tox.im" +hostmakedepends="git" +build_style="gnu-makefile" + +do_fetch() { + git clone https://github.com/irungentoo/filter_audio.git ${wrksrc} +} + +# Development package +filteraudio-devel-git_package() { + short_desc+=" - development files" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/*.a + vmove usr/lib/pkgconfig + } +} +