xorg-dri2proto: initial release.

This commit is contained in:
Tilman Sauerbeck 2008-04-13 10:39:40 +02:00
parent 2c228152d1
commit 5bfbcad4a9
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/X11/
drwxr-xr-x root/root usr/include/X11/extensions/
-rw-r--r-- root/root usr/include/X11/extensions/dri2proto.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/dri2proto.pc

1
xorg-dri2proto/.md5sum Normal file
View File

@ -0,0 +1 @@
1d70f0653b0b3a837853262dc5d34da4 dri2proto-1.1.tar.bz2

17
xorg-dri2proto/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: X DRI2 protocol headers
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-dri2proto
version=1.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/dri2proto-$version.tar.bz2)
build() {
cd dri2proto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}