New package: sox-14.4.1
This commit is contained in:
parent
af3d31b4e7
commit
29ff4483e3
3 changed files with 29 additions and 0 deletions
|
@ -1677,3 +1677,4 @@ libcrypto.so.30 libressl-2.0.1_1
|
|||
libssl.so.27 libressl-2.0.1_1
|
||||
libvamp-hostsdk.so.3 libvamp-plugin-sdk-2.2_6
|
||||
libportmidi.so portmidi-217_1
|
||||
libsox.so.2 sox-14.4.1_1
|
||||
|
|
1
srcpkgs/sox-devel
Symbolic link
1
srcpkgs/sox-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
sox
|
27
srcpkgs/sox/template
Normal file
27
srcpkgs/sox/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'sox'
|
||||
pkgname=sox
|
||||
version=14.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=Void"
|
||||
hostmakedepends=""
|
||||
makedepends="libsndfile-devel lame-devel libao-devel libmad-devel
|
||||
libid3tag-devel wavpack-devel pulseaudio-devel libgomp-devel"
|
||||
depends=""
|
||||
short_desc="Sound eXchange, the Swiss Army knife of audio manipulation"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://sox.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2cb40527f6957f2de27aea39fb5da3dda4ddf4aaef22812d643f40623dec0e40
|
||||
|
||||
sox-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/share/man/man3
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue