# $Id: PKGBUILD 41756 2011-03-08 20:16:39Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=mediainfo pkgver=0.7.42 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=('ee39fda7eee7f1e27e289acc9836439c') build() { cd $srcdir/MediaInfo/Project/GNU/CLI sh ./autogen ./configure --prefix=/usr make make DESTDIR=$pkgdir install }