parent
678d1fff41
commit
8b1db3d160
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'wavpack'
|
||||
pkgname=wavpack
|
||||
version=5.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="An audio codec (lossy and lossless)"
|
||||
short_desc="Hybrid lossless audio compression"
|
||||
homepage="http://www.wavpack.com/"
|
||||
license="3-clause-BSD"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -12,7 +12,6 @@ checksum=1939627d5358d1da62bc6158d63f7ed12905552f3a799c799ee90296a7612944
|
|||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686|*x86_64*) configure_args+=" --enable-mmx";;
|
||||
armv5*) configure_args+=" --disable-asm";;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue