# $Id: PKGBUILD 46857 2011-05-13 08:16:10Z jelle $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=mediainfo pkgver=0.7.44 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" arch=('i686' 'x86_64' 'mips64el') url="http://mediainfo.sourceforge.net" license=('GPL') depends=('libmediainfo>=0.7.35') makedepends=('libtool' 'automake' 'autoconf') source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2) md5sums=('ed89fcc565ac38065bcb48e13efea5c6') build() { cd $srcdir/MediaInfo/Project/GNU/CLI sh ./autogen ./configure --prefix=/usr make } package() { cd $srcdir/MediaInfo/Project/GNU/CLI make DESTDIR=$pkgdir install }