wavpack: fix wavpack.pc
This commit is contained in:
parent
df48cd0e41
commit
4e5c9468ba
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wavpack'
|
||||
pkgname=wavpack
|
||||
version=4.80.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="An audio codec (lossy and lossless)"
|
||||
homepage="http://www.wavpack.com/"
|
||||
|
@ -14,7 +14,6 @@ pre_configure() {
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686|*x86_64*) configure_args+=" --enable-mmx";;
|
||||
esac
|
||||
sed -i 's/^prefix=.*/&\nexec_&/' wavpack.pc.in
|
||||
}
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
|
|
Loading…
Reference in a new issue