contrib/mkvtoolnix/Pkgfile
2021-06-14 20:15:52 +10:00

26 lines
611 B
Plaintext

# Description: Tools to create, alter and inspect Matroska files.
# URL: https://mkvtoolnix.download/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: boost cmark docbook-xsl file flac libmatroska libpcre2 libvorbis ruby
# Optional: qt5 hicolor-icon-theme
name=mkvtoolnix
version=58.0.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
rm -rf $PKG/usr/share/doc
}