MonkeysAudio: fix license and MAC.pc includedir
This commit is contained in:
parent
12b600e155
commit
939ecddfac
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ INSTALL_INC=${prefix}/include
|
||||||
INSTALL_LIB=${prefix}/lib
|
INSTALL_LIB=${prefix}/lib
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include/MAC
|
||||||
|
|
||||||
Name: MonkeysAudio library
|
Name: MonkeysAudio library
|
||||||
Description: A fast and powerful lossless audio compressor and decompressor
|
Description: A fast and powerful lossless audio compressor and decompressor
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'MonkeysAudio'
|
# Template file for 'MonkeysAudio'
|
||||||
pkgname=MonkeysAudio
|
pkgname=MonkeysAudio
|
||||||
version=5.28
|
version=5.28
|
||||||
revision=2
|
revision=3
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
depends="libMAC>=${version}_${revision}"
|
depends="libMAC>=${version}_${revision}"
|
||||||
short_desc="Fast and powerful lossless audio (de)compressor"
|
short_desc="Fast and powerful lossless audio (de)compressor"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="MIT"
|
license="custom:MIT-like"
|
||||||
homepage="https://monkeysaudio.com/"
|
homepage="https://monkeysaudio.com/"
|
||||||
distfiles="https://monkeysaudio.com/files/MAC_SDK_${version//./}.zip
|
distfiles="https://monkeysaudio.com/files/MAC_SDK_${version//./}.zip
|
||||||
https://monkeysaudio.com/license.html"
|
https://monkeysaudio.com/license.html"
|
||||||
|
|
Loading…
Reference in a new issue