contrib/mkvtoolnix/Pkgfile

22 lines
543 B
Plaintext
Raw Normal View History

2010-12-14 14:18:57 +01:00
# Description: Tools to create, alter and inspect Matroska files.
# URL: http://www.bunkus.org/videotools/mkvtoolnix
2010-12-14 14:18:57 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: libmatroska libvorbis boost
2008-02-13 21:09:45 +01:00
name=mkvtoolnix
2010-01-06 22:53:28 +01:00
version=3.0.0
2008-02-13 21:09:45 +01:00
release=1
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2)
2008-02-13 21:09:45 +01:00
2010-12-14 14:18:57 +01:00
build() {
2008-02-13 21:09:45 +01:00
cd $name-$version
2010-12-14 14:18:57 +01:00
2008-02-13 21:09:45 +01:00
./configure \
--prefix=/usr \
--mandir=/usr/man
2010-12-14 14:18:57 +01:00
2008-02-13 21:09:45 +01:00
make
make install-programs install-mans DESTDIR=$PKG
}