# Description: Tools to create, alter and inspect Matroska files. # URL: https://mkvtoolnix.download/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: boost file flac libmatroska libvorbis ruby docbook-xsl # Optional: wxgtk name=mkvtoolnix version=33.1.0 release=1 source=(https://mkvtoolnix.download/sources/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ --disable-precompiled-headers \ --disable-update-check rake -j ${JOBS-1} rake DESTDIR=$PKG install rm -r $PKG/usr/share/locale # remove doc's if wxgtk is installed rm -rf $PKG/usr/share/doc }