summaryrefslogtreecommitdiffstats
path: root/xorg-xvinfo/Pkgfile
blob: a5da4209e7e4d15557276cc2287191cbb0584353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="X-Video information utility"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-libx11 xorg-libxv)

name=xorg-xvinfo
version=1.1.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-1.1.0.tar.bz2)
build () 
{ 
    cd xvinfo-$version;
    ./configure --prefix=/usr --mandir=$mandir;
    make;
    make DESTDIR=$PKG install
}