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