xorg-dri2proto: initial release.
This commit is contained in:
parent
2c228152d1
commit
5bfbcad4a9
8
xorg-dri2proto/.footprint
Normal file
8
xorg-dri2proto/.footprint
Normal 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
1
xorg-dri2proto/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1d70f0653b0b3a837853262dc5d34da4 dri2proto-1.1.tar.bz2
|
17
xorg-dri2proto/Pkgfile
Normal file
17
xorg-dri2proto/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user