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'
|
# Template file for 'wavpack'
|
||||||
pkgname=wavpack
|
pkgname=wavpack
|
||||||
version=4.80.0
|
version=4.80.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="An audio codec (lossy and lossless)"
|
short_desc="An audio codec (lossy and lossless)"
|
||||||
homepage="http://www.wavpack.com/"
|
homepage="http://www.wavpack.com/"
|
||||||
|
@ -14,7 +14,6 @@ pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686|*x86_64*) configure_args+=" --enable-mmx";;
|
i686|*x86_64*) configure_args+=" --enable-mmx";;
|
||||||
esac
|
esac
|
||||||
sed -i 's/^prefix=.*/&\nexec_&/' wavpack.pc.in
|
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue