blob: f6d810a3c6dc69a33869b0ec646896b3c9f5290f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
description="X Video extension client library"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-libx11 xorg-libxext xorg-videoproto)
name=xorg-libxv
version=1.0.5
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXv-1.0.5.tar.bz2)
build ()
{
cd libXv-$version;
./configure --prefix=/usr --mandir=$mandir;
make;
make DESTDIR=$PKG install
}
|