# $Id: PKGBUILD 109017 2014-04-09 11:24:23Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=mediainfo pkgver=0.7.68 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" arch=('i686' 'x86_64') url="http://mediainfo.sourceforge.net" license=('GPL') depends=('libmediainfo') makedepends=('libtool' 'automake' 'autoconf') source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2) md5sums=('afd6f5d007d52c1e35a399ec7ca4cfeb') build() { cd $srcdir/MediaInfo/Project/GNU/CLI sh ./autogen ./configure --prefix=/usr make } package() { cd $srcdir/MediaInfo/Project/GNU/CLI make DESTDIR=$pkgdir install }