libsoxr: remove noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-11-29 09:46:53 +07:00
parent 97a379d8e5
commit e6bbc56482

View file

@ -1,7 +1,7 @@
# Template file for 'libsoxr'
pkgname=libsoxr
version=0.1.3
revision=1
revision=2
wrksrc="${pkgname#lib}-${version}-Source"
build_style=cmake
configure_args="-Wno-dev -DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON
@ -10,7 +10,7 @@ configure_args="-Wno-dev -DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON
makedepends="libgomp-devel"
short_desc="SoX resampler library"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
license="LGPL-2.1-or-later"
homepage="http://sourceforge.net/p/soxr/wiki/Home/"
distfiles="${SOURCEFORGE_SITE}/soxr/soxr-${version}-Source.tar.xz"
checksum=b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889
@ -36,7 +36,6 @@ libsoxr-devel_package() {
libsoxr-doc_package() {
short_desc+=" - documentation and examples"
depends="${sourcepkg}>=${version}_${revision}"
archs=noarch
pkg_install() {
vmove usr/share/doc
}