New package: spandsp-0.0.6

This commit is contained in:
John 2018-05-06 15:30:01 +02:00 committed by Jürgen Buchmüller
parent a0a93feb7a
commit 313ec23576
3 changed files with 26 additions and 0 deletions

View File

@ -3381,3 +3381,4 @@ libcss_parser_pp.so.0 htmlcxx-0.86_1
libcss_parser.so.0 htmlcxx-0.86_1
libaom.so.0 libaom-1.0.0_1
libre.so re-0.5.8_1
libspandsp.so.2 spandsp-0.0.6_1

1
srcpkgs/spandsp-devel Symbolic link
View File

@ -0,0 +1 @@
spandsp

24
srcpkgs/spandsp/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'spandsp'
pkgname=spandsp
version=0.0.6
revision=1
build_style=gnu-configure
makedepends="tiff-devel"
short_desc="A library of many DSP functions for telephony"
maintainer="JohnZ <johnz@posteo.net>"
license="LGPL-2.1-only, GPL-2.0-only"
homepage="http://www.soft-switch.org/"
distfiles="http://www.soft-switch.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
spandsp-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/libspandsp.so"
vmove "usr/lib/libspandsp.so.2"
}
}