contrib/mkvtoolnix/Pkgfile
2008-09-13 11:47:07 +10:00

21 lines
514 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
name=mkvtoolnix
version=2.3.0
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
}