diff --git a/srcpkgs/rtaudio/template b/srcpkgs/rtaudio/template index b036e1cae7..359e0ebb3f 100644 --- a/srcpkgs/rtaudio/template +++ b/srcpkgs/rtaudio/template @@ -11,9 +11,12 @@ maintainer="Orphaned " license="MIT" homepage="http://www.music.mcgill.ca/~gary/rtaudio/" distfiles="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-${version}.tar.gz" -checksum=407680389ab4ef1270f9b2f6b953f063e27319dbe914de4394b6c3a1233d8f1a +checksum=ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09 -nocross="Unconditionally test for feature" +post_install() { + sed -n '/Copyright/,/IN THE SOFTWARE/p' RtAudio.h > LICENSE + vlicense LICENSE +} rtaudio-devel_package() { depends="rtaudio-${version}_${revision}"