filteraudio-git: remove
This commit is contained in:
parent
1c88c6d607
commit
56fe584975
3 changed files with 0 additions and 31 deletions
|
@ -1968,7 +1968,6 @@ 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-20150416_3
|
||||
libtoxcore.so.1 toxcore-0.1.5_1
|
||||
libtoxdns.so.1 toxcore-0.1.5_1
|
||||
libtoxencryptsave.so.1 toxcore-0.1.5_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
filteraudio-git
|
|
@ -1,29 +0,0 @@
|
|||
# Template file for 'filteraudio-git'
|
||||
pkgname=filteraudio-git
|
||||
version=20150416
|
||||
revision=4
|
||||
short_desc="Lightweight audio filtering library for TOX"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://tox.im"
|
||||
build_style="gnu-makefile"
|
||||
_commit=612c5a102550c614e4c8f859e753ea64c0b7250c
|
||||
wrksrc="filter_audio-$_commit"
|
||||
distfiles="https://github.com/irungentoo/filter_audio/archive/$_commit.tar.gz"
|
||||
checksum=e2e60435abef632370ff0d63f32b82fff14dd61bfb37debc9f518ffd206aa0ac
|
||||
|
||||
do_build() {
|
||||
make CC=$CC ${makejobs}
|
||||
}
|
||||
|
||||
# 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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue