contrib/mkvtoolnix/Pkgfile
Lucas Hazel 9b3098f836 mkvtoolnix: depends on libvorbis
Fixes: FS#388
2009-01-29 20:16:42 +11:00

21 lines
530 B
Plaintext

# Description: Tools to create, alter and inspect Matroska files
# URL: http://www.bunkus.org/videotools/mkvtoolnix
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Han Boetes, han at mijncomputer dot nl.
# Depends on: libmatroska libvorbis boost
name=mkvtoolnix
version=2.4.2
release=1
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)
build()
{
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make install-programs install-mans DESTDIR=$PKG
}