contrib/mkvtoolnix/Pkgfile
2009-03-31 23:05:47 +11:00

25 lines
639 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
<<<<<<< Updated upstream:mkvtoolnix/Pkgfile
version=2.5.3
=======
version=2.6.0
>>>>>>> Stashed changes:mkvtoolnix/Pkgfile
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
}