summaryrefslogtreecommitdiffstats
path: root/mediainfo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'mediainfo/PKGBUILD')
-rw-r--r--mediainfo/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/mediainfo/PKGBUILD b/mediainfo/PKGBUILD
deleted file mode 100644
index 5d0b94e..0000000
--- a/mediainfo/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: hydro <hydro@freenet.de>
-
-pkgname=mediainfo
-pkgver=0.7.34
-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>=0.7.34')
-makedepends=('libtool' 'automake' 'autoconf')
-source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('6b67c1ff9e10b510fcd5b8b810550bec')
-
-build() {
- cd $srcdir/MediaInfo/Project/GNU/CLI
- chmod +x autogen
- ./autogen
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$pkgdir install || return 1
-}