summaryrefslogtreecommitdiffstats
path: root/mediainfo/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /mediainfo/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
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
-}